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 |
ShortHashFactory<F extends ShortHashFactory<F>>
Common configuration for factories of hash containers with
short keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashShortByteMapFactory
An immutable factory of
HashShortByteMap s. |
interface |
HashShortCharMapFactory
An immutable factory of
HashShortCharMap s. |
interface |
HashShortDoubleMapFactory
An immutable factory of
HashShortDoubleMap s. |
interface |
HashShortFloatMapFactory
An immutable factory of
HashShortFloatMap s. |
interface |
HashShortIntMapFactory
An immutable factory of
HashShortIntMap s. |
interface |
HashShortLongMapFactory
An immutable factory of
HashShortLongMap s. |
interface |
HashShortObjMapFactory<V>
An immutable factory of
HashShortObjMap s. |
interface |
HashShortShortMapFactory
An immutable factory of
HashShortShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashShortSetFactory
An immutable factory of
HashShortSet s. |