org.ontobox.fast.util.primitive
Interface Collections

All Known Implementing Classes:
PCJCollections, StandardCollections, TroveCollections

public interface Collections

Author:
Anton Malykh

Method Summary
 BooleanList newBooleanList(int size)
           
 IntByteMap newIntByteMap(int size)
           
 IntIntMap newIntIntMap(int size)
           
 IntList newIntList(int size)
           
<T> IntObjectMap<T>
newIntObjectMap(int size)
           
 IntSet newIntSet(int size)
           
 LongList newLongList(int size)
           
<T> LongObjectMap<T>
newLongObjectMap(int size)
           
<T> ObjectIntMap<T>
newObjectIntMap(int size)
           
 

Method Detail

newBooleanList

BooleanList newBooleanList(int size)

newIntList

IntList newIntList(int size)

newLongList

LongList newLongList(int size)

newIntSet

IntSet newIntSet(int size)

newObjectIntMap

<T> ObjectIntMap<T> newObjectIntMap(int size)

newIntObjectMap

<T> IntObjectMap<T> newIntObjectMap(int size)

newLongObjectMap

<T> LongObjectMap<T> newLongObjectMap(int size)

newIntByteMap

IntByteMap newIntByteMap(int size)

newIntIntMap

IntIntMap newIntIntMap(int size)