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 |
IntHashFactory<F extends IntHashFactory<F>>
Common configuration for factories of hash containers with
int keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashIntByteMapFactory
An immutable factory of
HashIntByteMap s. |
interface |
HashIntCharMapFactory
An immutable factory of
HashIntCharMap s. |
interface |
HashIntDoubleMapFactory
An immutable factory of
HashIntDoubleMap s. |
interface |
HashIntFloatMapFactory
An immutable factory of
HashIntFloatMap s. |
interface |
HashIntIntMapFactory
An immutable factory of
HashIntIntMap s. |
interface |
HashIntLongMapFactory
An immutable factory of
HashIntLongMap s. |
interface |
HashIntObjMapFactory<V>
An immutable factory of
HashIntObjMap s. |
interface |
HashIntShortMapFactory
An immutable factory of
HashIntShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashIntSetFactory
An immutable factory of
HashIntSet s. |