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 |
ByteObjMapFactory<V,F extends ByteObjMapFactory<V,F>>
An immutable factory of
ByteObjMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteObjMapFactory<V>
An immutable factory of
HashByteObjMap s. |