org.ontobox.fast.util.primitive
Class CCreator

java.lang.Object
  extended by org.ontobox.fast.util.primitive.CCreator

public class CCreator
extends java.lang.Object

Author:
Anton Malykh

Field Summary
static Collections col
           
static java.util.logging.Logger logger
           
 
Constructor Summary
CCreator()
           
 
Method Summary
static BooleanList newBooleanList(int size)
           
static IntByteMap newIntByteMap(int size)
           
static IntIntMap newIntIntMap(int size)
           
static IntList newIntList(int size)
           
static
<T> IntObjectMap<T>
newIntObjectMap(int size)
           
static IntSet newIntSet(int size)
           
static LongList newLongList(int size)
           
static
<T> LongObjectMap<T>
newLongObjectMap(int size)
           
static
<T> ObjectIntMap<T>
newObjectIntMap(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final java.util.logging.Logger logger

col

public static Collections col
Constructor Detail

CCreator

public CCreator()
Method Detail

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)