Interface | Description |
---|---|
IntCollection |
A primitive specialization of
Collection for {code int} values. |
IntComparator |
A primitive specialization of
Comparator for int values. |
IntIterable | |
IntList |
A primitive specialization of
List for int values. |
IntListIterator |
A
ListIterator over a sequence of int values. |
IntSet |
A primitive specialization of
Set for int values. |
IntSortedSet |
A primitive specialization of
SortedSet for int values. |
Class | Description |
---|---|
ArrayIntList | |
BitIntSet |
An implementation of
IntSortedSet backed by two SparseBitSet s for positive and negative values. |
ChainingIntIterable |
An
IntIterable that can chain together several IntIterable s into one unbroken sequence. |
IntCollection.Base |
Base class for
IntCollection implementations. |
IntIterableInputStream | |
IntList.Base |
Base class for
IntList implementations. |
IntList.SubList | |
IntSet.Base |
Base class for
IntSet implementations. |
IntSortedSet.SubSet |