| Interface | Description |
|---|---|
| CharBigList |
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractCharBigList |
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
| AbstractCharBigList.CharRandomAccessSubList | |
| AbstractCharBigList.CharSubList |
A class implementing a sublist view.
|
| CharBigListIterators |
A class providing static methods and objects that do useful things with type-specific iterators.
|
| CharBigListIterators.AbstractIndexBasedBigIterator |
A skeletal implementation for an iterator backed by an index based data store.
|
| CharBigListIterators.AbstractIndexBasedBigListIterator |
A skeletal implementation for a list-iterator backed by an index based data store.
|
| CharBigListIterators.BigListIteratorListIterator |
A class exposing a list iterator as a big-list iterator..
|
| CharBigListIterators.EmptyBigListIterator |
A class returning no elements and a type-specific big list iterator interface.
|
| CharBigListIterators.UnmodifiableBigListIterator |
An unmodifiable wrapper class for big list iterators.
|
| CharBigSpliterators |
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). |
| CharBigSpliterators.AbstractIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| CharBigSpliterators.EarlyBindingSizeIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| CharBigSpliterators.LateBindingSizeIndexBasedSpliterator |
A skeletal implementation for a spliterator backed by an index based data store.
|
| CharMappedBigList |
A bridge between byte buffers and type-specific big lists.
|