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 |
---|---|
DoubleCollection |
ByteDoubleMap.values() |
DoubleCollection |
CharDoubleMap.values() |
DoubleCollection |
DoubleDoubleMap.values() |
DoubleCollection |
FloatDoubleMap.values() |
DoubleCollection |
IntDoubleMap.values() |
DoubleCollection |
LongDoubleMap.values() |
DoubleCollection |
ObjDoubleMap.values() |
DoubleCollection |
ShortDoubleMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleSet
A
Set specialization with double elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashDoubleSet
An interface for
DoubleSet s, based on hash tables. |