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 |
---|---|
LongCollection |
ByteLongMap.values() |
LongCollection |
CharLongMap.values() |
LongCollection |
DoubleLongMap.values() |
LongCollection |
FloatLongMap.values() |
LongCollection |
IntLongMap.values() |
LongCollection |
LongLongMap.values() |
LongCollection |
ObjLongMap.values() |
LongCollection |
ShortLongMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
LongSet
A
Set specialization with long elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashLongSet
An interface for
LongSet s, based on hash tables. |