Interface | Description |
---|---|
CharCollection |
A primitive specialization of
Collection for {code char} values. |
CharComparator |
A primitive specialization of
Comparator for char values. |
CharIterable | |
CharList |
A primitive specialization of
List for char values. |
CharListIterator |
A
ListIterator over a sequence of char values. |
CharSet |
A primitive specialization of
Set for char values. |
CharSortedSet |
A primitive specialization of
SortedSet for char values. |
CharSpliterator |
A primitive specialization of
Spliterator for char values. |
Class | Description |
---|---|
ArrayCharList | |
BitCharSet |
An implementation of
CharSortedSet backed by two SparseBitSet s for positive and negative values. |
ChainingCharIterable |
A
CharIterable that can chain together several CharIterable s into one unbroken sequence. |
CharCollection.Base |
Base class for
CharCollection implementations. |
CharIterableReader | |
CharList.Base |
Base class for
CharList implementations. |
CharList.SubList | |
CharSet.Base |
Base class for
CharSet implementations. |
CharSortedSet.SubSet |