org.ontobox.fast.util.primitive
Interface Collections
- All Known Implementing Classes:
- PCJCollections, StandardCollections, TroveCollections
public interface Collections
- Author:
- Anton Malykh
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)