jet.runtime
Class CollectionToArray

java.lang.Object
  extended by jet.runtime.CollectionToArray

public class CollectionToArray
extends java.lang.Object


Method Summary
static java.lang.Object[] toArray(java.util.Collection<?> collection)
           
static
<T,E> T[]
toArray(java.util.Collection<E> collection, T[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toArray

public static java.lang.Object[] toArray(java.util.Collection<?> collection)

toArray

public static <T,E> T[] toArray(java.util.Collection<E> collection,
                                T[] a)