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 |
ByteHashFactory<F extends ByteHashFactory<F>>
Common configuration for factories of hash containers with
byte keys. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteByteMapFactory
An immutable factory of
HashByteByteMap s. |
interface |
HashByteCharMapFactory
An immutable factory of
HashByteCharMap s. |
interface |
HashByteDoubleMapFactory
An immutable factory of
HashByteDoubleMap s. |
interface |
HashByteFloatMapFactory
An immutable factory of
HashByteFloatMap s. |
interface |
HashByteIntMapFactory
An immutable factory of
HashByteIntMap s. |
interface |
HashByteLongMapFactory
An immutable factory of
HashByteLongMap s. |
interface |
HashByteObjMapFactory<V>
An immutable factory of
HashByteObjMap s. |
interface |
HashByteShortMapFactory
An immutable factory of
HashByteShortMap s. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteSetFactory
An immutable factory of
HashByteSet s. |