Package | Description |
---|---|
com.koloboke.collect.hash |
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
com.koloboke.collect.set.hash |
Contains interfaces of
Set specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjHashFactory<F extends ObjHashFactory<F>>
Common configuration for factories of hash containers with
Object keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashObjByteMapFactory<K>
An immutable factory of
HashObjByteMap s. |
interface |
HashObjCharMapFactory<K>
An immutable factory of
HashObjCharMap s. |
interface |
HashObjDoubleMapFactory<K>
An immutable factory of
HashObjDoubleMap s. |
interface |
HashObjFloatMapFactory<K>
An immutable factory of
HashObjFloatMap s. |
interface |
HashObjIntMapFactory<K>
An immutable factory of
HashObjIntMap s. |
interface |
HashObjLongMapFactory<K>
An immutable factory of
HashObjLongMap s. |
interface |
HashObjObjMapFactory<K,V>
An immutable factory of
HashObjObjMap s. |
interface |
HashObjShortMapFactory<K>
An immutable factory of
HashObjShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashObjSetFactory<E>
An immutable factory of
HashObjSet s. |