Package | Description |
---|---|
com.koloboke.collect.map |
Contains interfaces of
Map specializations, their factories and cursors. |
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjLongMapFactory<K,F extends ObjLongMapFactory<K,F>>
An immutable factory of
ObjLongMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashObjLongMapFactory<K>
An immutable factory of
HashObjLongMap s. |