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. |
Modifier and Type | Method and Description |
---|---|
CharCollection |
ByteCharMap.values() |
CharCollection |
CharCharMap.values() |
CharCollection |
DoubleCharMap.values() |
CharCollection |
FloatCharMap.values() |
CharCollection |
IntCharMap.values() |
CharCollection |
LongCharMap.values() |
CharCollection |
ObjCharMap.values() |
CharCollection |
ShortCharMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
CharSet
A
Set specialization with char elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashCharSet
An interface for
CharSet s, based on hash tables. |