Package com.pnfsoftware.jeb.util.collect
Class IntList
java.lang.Object
com.pnfsoftware.jeb.util.collect.IntList
A memory-efficient list of
int
primitives. Additions, retrieval, updates are supported.
Deletes and insertions are not supported.
This class is not thread-safe.
Note: Object.hashCode()
and Object.equals(Object)
are not overridden.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntList
public IntList()Create a list with an initial capacity of 16 and bucket capacity of 65,536. -
IntList
public IntList(int initialCapacity, int bucketCapacity)
-
-
Method Details