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. |
Class and Description |
---|
ByteHashFactory
Common configuration for factories of hash containers with
byte keys. |
CharHashFactory
Common configuration for factories of hash containers with
char keys. |
HashConfig
A config object that holds configurations of hash container's loads and dynamic behaviour.
|
HashContainer
The root interface of sets and maps, based on hash tables.
|
HashContainerFactory
Common configuration for factories of hash containers.
|
IntHashFactory
Common configuration for factories of hash containers with
int keys. |
LongHashFactory
Common configuration for factories of hash containers with
long keys. |
ObjHashFactory
Common configuration for factories of hash containers with
Object keys. |
ShortHashFactory
Common configuration for factories of hash containers with
short keys. |
Class and Description |
---|
ByteHashFactory
Common configuration for factories of hash containers with
byte keys. |
CharHashFactory
Common configuration for factories of hash containers with
char keys. |
HashContainer
The root interface of sets and maps, based on hash tables.
|
HashContainerFactory
Common configuration for factories of hash containers.
|
IntHashFactory
Common configuration for factories of hash containers with
int keys. |
LongHashFactory
Common configuration for factories of hash containers with
long keys. |
ObjHashFactory
Common configuration for factories of hash containers with
Object keys. |
ShortHashFactory
Common configuration for factories of hash containers with
short keys. |
Class and Description |
---|
ByteHashFactory
Common configuration for factories of hash containers with
byte keys. |
CharHashFactory
Common configuration for factories of hash containers with
char keys. |
HashContainer
The root interface of sets and maps, based on hash tables.
|
HashContainerFactory
Common configuration for factories of hash containers.
|
IntHashFactory
Common configuration for factories of hash containers with
int keys. |
LongHashFactory
Common configuration for factories of hash containers with
long keys. |
ObjHashFactory
Common configuration for factories of hash containers with
Object keys. |
ShortHashFactory
Common configuration for factories of hash containers with
short keys. |