org.ontobox.fast.util.primitive.impl.trove
Class TroveCollections

java.lang.Object
  extended by org.ontobox.fast.util.primitive.impl.trove.TroveCollections
All Implemented Interfaces:
Collections

public class TroveCollections
extends java.lang.Object
implements Collections

Author:
Anton Malykh

Constructor Summary
TroveCollections()
           
 
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)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TroveCollections

public TroveCollections()
Method Detail

newBooleanList

public BooleanList newBooleanList(int size)
Specified by:
newBooleanList in interface Collections

newIntList

public IntList newIntList(int size)
Specified by:
newIntList in interface Collections

newIntSet

public IntSet newIntSet(int size)
Specified by:
newIntSet in interface Collections

newObjectIntMap

public <T> ObjectIntMap<T> newObjectIntMap(int size)
Specified by:
newObjectIntMap in interface Collections

newIntObjectMap

public <T> IntObjectMap<T> newIntObjectMap(int size)
Specified by:
newIntObjectMap in interface Collections

newLongObjectMap

public <T> LongObjectMap<T> newLongObjectMap(int size)
Specified by:
newLongObjectMap in interface Collections

newIntByteMap

public IntByteMap newIntByteMap(int size)
Specified by:
newIntByteMap in interface Collections

newIntIntMap

public IntIntMap newIntIntMap(int size)
Specified by:
newIntIntMap in interface Collections

newLongList

public LongList newLongList(int size)
Specified by:
newLongList in interface Collections

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object