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 |
---|---|
ShortCollection |
ByteShortMap.values() |
ShortCollection |
CharShortMap.values() |
ShortCollection |
DoubleShortMap.values() |
ShortCollection |
FloatShortMap.values() |
ShortCollection |
IntShortMap.values() |
ShortCollection |
LongShortMap.values() |
ShortCollection |
ObjShortMap.values() |
ShortCollection |
ShortShortMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
ShortSet
A
Set specialization with short elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashShortSet
An interface for
ShortSet s, based on hash tables. |