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 |
---|---|
ByteCollection |
ByteByteMap.values() |
ByteCollection |
CharByteMap.values() |
ByteCollection |
DoubleByteMap.values() |
ByteCollection |
FloatByteMap.values() |
ByteCollection |
IntByteMap.values() |
ByteCollection |
LongByteMap.values() |
ByteCollection |
ObjByteMap.values() |
ByteCollection |
ShortByteMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteSet
A
Set specialization with byte elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteSet
An interface for
ByteSet s, based on hash tables. |