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 |
---|---|
ObjCollection<V> |
ByteObjMap.values() |
ObjCollection<V> |
CharObjMap.values() |
ObjCollection<V> |
DoubleObjMap.values() |
ObjCollection<V> |
FloatObjMap.values() |
ObjCollection<V> |
IntObjMap.values() |
ObjCollection<V> |
LongObjMap.values() |
ObjCollection<V> |
ObjObjMap.values() |
ObjCollection<V> |
ShortObjMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjSet<E>
A set of objects, the library's extension of the classic
Set interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashObjSet<E>
An interface for
ObjSet s, based on hash tables. |