Interface | Description |
---|---|
ByteCollection |
A
Collection specialization with byte elements. |
ByteCursor |
A mutable pointer to the element in an iteration
of
byte s. |
ByteIterator | |
CharCollection |
A
Collection specialization with char elements. |
CharCursor |
A mutable pointer to the element in an iteration
of
char s. |
CharIterator | |
Container |
The root interface of all collections within the library.
|
ContainerFactory<F extends ContainerFactory<F>> |
Root container factory interface.
|
Cursor |
A mutable pointer to the element in an iteration.
|
DoubleCollection |
A
Collection specialization with double elements. |
DoubleCursor |
A mutable pointer to the element in an iteration
of
double s. |
DoubleIterator | |
FloatCollection |
A
Collection specialization with float elements. |
FloatCursor |
A mutable pointer to the element in an iteration
of
float s. |
FloatIterator | |
IntCollection |
A
Collection specialization with int elements. |
IntCursor |
A mutable pointer to the element in an iteration
of
int s. |
IntIterator | |
LongCollection |
A
Collection specialization with long elements. |
LongCursor |
A mutable pointer to the element in an iteration
of
long s. |
LongIterator | |
ObjCollection<E> |
A collection of objects, the library's extension of the classic
Collection interface. |
ObjCursor<E> |
A mutable pointer to the element in an iteration
of objects.
|
ObjIterator<E> |
Extends
Iterator for the symmetry with primitive specializations. |
ShortCollection |
A
Collection specialization with short elements. |
ShortCursor |
A mutable pointer to the element in an iteration
of
short s. |
ShortIterator |
Class | Description |
---|---|
Equivalence<T> |
A strategy for determining whether two instances are considered equivalent.
|
StatelessEquivalence<T> |
Base class for stateless
Equivalence implementations. |