| Interface | Description |
|---|---|
| LongCollection |
A primitive specialization of
Collection for {code long} values. |
| LongComparator |
A primitive specialization of
Comparator for long values. |
| LongIterable | |
| LongList |
A primitive specialization of
List for long values. |
| LongListIterator |
A
ListIterator over a sequence of long values. |
| LongSet |
A primitive specialization of
Set for long values. |
| LongSortedSet |
A primitive specialization of
SortedSet for long values. |
| Class | Description |
|---|---|
| ArrayLongList | |
| BitLongSet |
An implementation of
LongSortedSet backed by two SparseBitSets for positive and negative values. |
| ChainingLongIterable |
A
LongIterable that can chain together several LongIterables into one unbroken sequence. |
| LongCollection.Base |
Base class for
LongCollection implementations. |
| LongList.Base |
Base class for
LongList implementations. |
| LongList.SubList | |
| LongSet.Base |
Base class for
LongSet implementations. |
| LongSortedSet.SubSet |