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 |
---|---|
FloatCollection |
ByteFloatMap.values() |
FloatCollection |
CharFloatMap.values() |
FloatCollection |
DoubleFloatMap.values() |
FloatCollection |
FloatFloatMap.values() |
FloatCollection |
IntFloatMap.values() |
FloatCollection |
LongFloatMap.values() |
FloatCollection |
ObjFloatMap.values() |
FloatCollection |
ShortFloatMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
FloatSet
A
Set specialization with float elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashFloatSet
An interface for
FloatSet s, based on hash tables. |