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 |
LongHashFactory<F extends LongHashFactory<F>>
Common configuration for factories of hash containers with
long keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashLongByteMapFactory
An immutable factory of
HashLongByteMap s. |
interface |
HashLongCharMapFactory
An immutable factory of
HashLongCharMap s. |
interface |
HashLongDoubleMapFactory
An immutable factory of
HashLongDoubleMap s. |
interface |
HashLongFloatMapFactory
An immutable factory of
HashLongFloatMap s. |
interface |
HashLongIntMapFactory
An immutable factory of
HashLongIntMap s. |
interface |
HashLongLongMapFactory
An immutable factory of
HashLongLongMap s. |
interface |
HashLongObjMapFactory<V>
An immutable factory of
HashLongObjMap s. |
interface |
HashLongShortMapFactory
An immutable factory of
HashLongShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashLongSetFactory
An immutable factory of
HashLongSet s. |