Package | Description |
---|---|
com.koloboke.collect |
The root package of the collection library.
|
com.koloboke.collect.hash |
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
|
com.koloboke.collect.map |
Contains interfaces of
Map specializations, their factories and cursors. |
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
com.koloboke.collect.set |
Contains interfaces of
Set specializations and their factories. |
com.koloboke.collect.set.hash |
Contains interfaces of
Set specializations, based on hash tables,
their factories and static factory methods. |
Class and Description |
---|
ByteCursor
A mutable pointer to the element in an iteration
of
byte s. |
ByteIterator |
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
Root container factory interface.
|
Cursor
A mutable pointer to the element in an iteration.
|
DoubleCursor
A mutable pointer to the element in an iteration
of
double s. |
DoubleIterator |
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
FloatCursor
A mutable pointer to the element in an iteration
of
float s. |
FloatIterator |
IntCursor
A mutable pointer to the element in an iteration
of
int s. |
IntIterator |
LongCursor
A mutable pointer to the element in an iteration
of
long s. |
LongIterator |
ObjCursor
A mutable pointer to the element in an iteration
of objects.
|
ObjIterator
Extends
Iterator for the symmetry with primitive specializations. |
ShortCursor
A mutable pointer to the element in an iteration
of
short s. |
ShortIterator |
Class and Description |
---|
Container
The root interface of all collections within the library.
|
ContainerFactory
Root container factory interface.
|
Class and Description |
---|
ByteCollection
A
Collection specialization with byte elements. |
CharCollection
A
Collection specialization with char elements. |
Container
The root interface of all collections within the library.
|
ContainerFactory
Root container factory interface.
|
Cursor
A mutable pointer to the element in an iteration.
|
DoubleCollection
A
Collection specialization with double elements. |
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
FloatCollection
A
Collection specialization with float elements. |
IntCollection
A
Collection specialization with int elements. |
LongCollection
A
Collection specialization with long elements. |
ObjCollection
A collection of objects, the library's extension of the classic
Collection interface. |
ShortCollection
A
Collection specialization with short elements. |
Class and Description |
---|
Container
The root interface of all collections within the library.
|
ContainerFactory
Root container factory interface.
|
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
Class and Description |
---|
ByteCollection
A
Collection specialization with byte elements. |
ByteIterator |
CharCollection
A
Collection specialization with char elements. |
CharIterator |
Container
The root interface of all collections within the library.
|
ContainerFactory
Root container factory interface.
|
DoubleCollection
A
Collection specialization with double elements. |
DoubleIterator |
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
FloatCollection
A
Collection specialization with float elements. |
FloatIterator |
IntCollection
A
Collection specialization with int elements. |
IntIterator |
LongCollection
A
Collection specialization with long elements. |
LongIterator |
ObjCollection
A collection of objects, the library's extension of the classic
Collection interface. |
ObjIterator
Extends
Iterator for the symmetry with primitive specializations. |
ShortCollection
A
Collection specialization with short elements. |
ShortIterator |
Class and Description |
---|
ByteCollection
A
Collection specialization with byte elements. |
CharCollection
A
Collection specialization with char elements. |
Container
The root interface of all collections within the library.
|
ContainerFactory
Root container factory interface.
|
DoubleCollection
A
Collection specialization with double elements. |
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
FloatCollection
A
Collection specialization with float elements. |
IntCollection
A
Collection specialization with int elements. |
LongCollection
A
Collection specialization with long elements. |
ObjCollection
A collection of objects, the library's extension of the classic
Collection interface. |
ShortCollection
A
Collection specialization with short elements. |