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 |
CharHashFactory<F extends CharHashFactory<F>>
Common configuration for factories of hash containers with
char keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashCharByteMapFactory
An immutable factory of
HashCharByteMap s. |
interface |
HashCharCharMapFactory
An immutable factory of
HashCharCharMap s. |
interface |
HashCharDoubleMapFactory
An immutable factory of
HashCharDoubleMap s. |
interface |
HashCharFloatMapFactory
An immutable factory of
HashCharFloatMap s. |
interface |
HashCharIntMapFactory
An immutable factory of
HashCharIntMap s. |
interface |
HashCharLongMapFactory
An immutable factory of
HashCharLongMap s. |
interface |
HashCharObjMapFactory<V>
An immutable factory of
HashCharObjMap s. |
interface |
HashCharShortMapFactory
An immutable factory of
HashCharShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashCharSetFactory
An immutable factory of
HashCharSet s. |