| |
|
| java.lang.Object ca.forklabs.media.jai.OpImageUtil
Constructor Summary | |
protected | OpImageUtil() Only allow subclasses. |
Method Summary | |
public static Vector<E> | vectorize(Collection<E> collection) Vectorizes the collection.
< Parameters: E - > the type of elements in the vector. Parameters: collection - the collection. |
OpImageUtil | protected OpImageUtil()(Code) | | Only allow subclasses.
|
vectorize | public static Vector<E> vectorize(Collection<E> collection)(Code) | | Vectorizes the collection.
< Parameters: E - > the type of elements in the vector. Parameters: collection - the collection. the collection as a vector. |
|
|
|