org.cruxframework.crux.core.client.collection
Class CollectionFactory
java.lang.Object
org.cruxframework.crux.core.client.collection.CollectionFactory
public class CollectionFactory
- extends Object
Made to be switched out using super source even while Collections itself isn't.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFactory
public CollectionFactory()
createArray
public static <E> Array<E> createArray()
createArray
public static <E> Array<E> createArray(int size)
createArray
public static <E> Array<E> createArray(int size,
E fillValue)
createMap
public static <V> Map<V> createMap()
Copyright © 2014. All rights reserved.