org.cruxframework.crux.core.client.collection
Class CollectionFactory

java.lang.Object
  extended by 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.


Constructor Summary
CollectionFactory()
           
 
Method Summary
static
<E> Array<E>
createArray()
           
static
<E> Array<E>
createArray(int size)
           
static
<E> Array<E>
createArray(int size, E fillValue)
           
static
<V> Map<V>
createMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFactory

public CollectionFactory()
Method Detail

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.