| Interface | Description |
|---|---|
| LongBigList |
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractLongBigList |
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
| AbstractLongBigList.LongRandomAccessSubList | |
| AbstractLongBigList.LongSubList |
A class implementing a sublist view.
|
| LongBigListIterators |
A class providing static methods and objects that do useful things with type-specific iterators.
|
| LongBigListIterators.AbstractIndexBasedBigIterator |
A skeletal implementation for an iterator backed by an index based data store.
|
| LongBigListIterators.AbstractIndexBasedBigListIterator |
A skeletal implementation for a list-iterator backed by an index based data store.
|
| LongBigListIterators.BigListIteratorListIterator |
A class exposing a list iterator as a big-list iterator..
|
| LongBigListIterators.EmptyBigListIterator |
A class returning no elements and a type-specific big list iterator interface.
|
| LongBigListIterators.UnmodifiableBigListIterator |
An unmodifiable wrapper class for big list iterators.
|
| LongBigSpliterators |
A class providing static methods and objects that do useful things with type-specific spliterators on
big (potentially greater then
Integer.MAX_VALUE items long). |
| LongBigSpliterators.AbstractIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| LongBigSpliterators.EarlyBindingSizeIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| LongBigSpliterators.LateBindingSizeIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| LongMappedBigList |
A bridge between byte buffers and type-specific big lists.
|