org.ontobox.fast.util.primitive
Class CCreator
java.lang.Object
org.ontobox.fast.util.primitive.CCreator
public class CCreator
- extends java.lang.Object
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final java.util.logging.Logger logger
col
public static Collections col
CCreator
public CCreator()
newBooleanList
public static BooleanList newBooleanList(int size)
newIntList
public static IntList newIntList(int size)
newIntSet
public static IntSet newIntSet(int size)
newLongList
public static LongList newLongList(int size)
newObjectIntMap
public static <T> ObjectIntMap<T> newObjectIntMap(int size)
newIntObjectMap
public static <T> IntObjectMap<T> newIntObjectMap(int size)
newLongObjectMap
public static <T> LongObjectMap<T> newLongObjectMap(int size)
newIntByteMap
public static IntByteMap newIntByteMap(int size)
newIntIntMap
public static IntIntMap newIntIntMap(int size)