Package | Description |
---|---|
com.koloboke.collect.map |
Contains interfaces of
Map specializations, their factories and cursors. |
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 |
---|
ByteSet
A
Set specialization with byte elements. |
CharSet
A
Set specialization with char elements. |
DoubleSet
A
Set specialization with double elements. |
FloatSet
A
Set specialization with float elements. |
IntSet
A
Set specialization with int elements. |
LongSet
A
Set specialization with long elements. |
ObjSet
A set of objects, the library's extension of the classic
Set interface. |
ShortSet
A
Set specialization with short elements. |
Class and Description |
---|
ByteSet
A
Set specialization with byte elements. |
ByteSetFactory
An immutable factory of
ByteSet s. |
CharSet
A
Set specialization with char elements. |
CharSetFactory
An immutable factory of
CharSet s. |
DoubleSet
A
Set specialization with double elements. |
DoubleSetFactory
An immutable factory of
DoubleSet s. |
FloatSet
A
Set specialization with float elements. |
FloatSetFactory
An immutable factory of
FloatSet s. |
IntSet
A
Set specialization with int elements. |
IntSetFactory
An immutable factory of
IntSet s. |
LongSet
A
Set specialization with long elements. |
LongSetFactory
An immutable factory of
LongSet s. |
ObjSet
A set of objects, the library's extension of the classic
Set interface. |
ObjSetFactory
An immutable factory of
ObjSet s. |
ShortSet
A
Set specialization with short elements. |
ShortSetFactory
An immutable factory of
ShortSet s. |
Class and Description |
---|
ByteSet
A
Set specialization with byte elements. |
ByteSetFactory
An immutable factory of
ByteSet s. |
CharSet
A
Set specialization with char elements. |
CharSetFactory
An immutable factory of
CharSet s. |
DoubleSet
A
Set specialization with double elements. |
DoubleSetFactory
An immutable factory of
DoubleSet s. |
FloatSet
A
Set specialization with float elements. |
FloatSetFactory
An immutable factory of
FloatSet s. |
IntSet
A
Set specialization with int elements. |
IntSetFactory
An immutable factory of
IntSet s. |
LongSet
A
Set specialization with long elements. |
LongSetFactory
An immutable factory of
LongSet s. |
ObjSet
A set of objects, the library's extension of the classic
Set interface. |
ObjSetFactory
An immutable factory of
ObjSet s. |
ShortSet
A
Set specialization with short elements. |
ShortSetFactory
An immutable factory of
ShortSet s. |