org.ontobox.fast.util.primitive.impl.standard
Class StandardCollections
java.lang.Object
org.ontobox.fast.util.primitive.impl.standard.StandardCollections
- All Implemented Interfaces:
- Collections
public class StandardCollections
- extends java.lang.Object
- implements Collections
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StandardCollections
public StandardCollections()
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
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
newLongObjectMap
public <T> LongObjectMap<T> newLongObjectMap(int size)
- Specified by:
newLongObjectMap
in interface Collections
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object