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 |
ObjObjMapFactory<K,V,F extends ObjObjMapFactory<K,V,F>>
An immutable factory of
ObjObjMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashObjObjMapFactory<K,V>
An immutable factory of
HashObjObjMap s. |