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 |
---|---|
IntCollection |
ByteIntMap.values() |
IntCollection |
CharIntMap.values() |
IntCollection |
DoubleIntMap.values() |
IntCollection |
FloatIntMap.values() |
IntCollection |
IntIntMap.values() |
IntCollection |
LongIntMap.values() |
IntCollection |
ObjIntMap.values() |
IntCollection |
ShortIntMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
IntSet
A
Set specialization with int elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashIntSet
An interface for
IntSet s, based on hash tables. |