Skip navigation links

Package com.koloboke.collect.hash

Contains basic interfaces and commonly used classes related to containers, based on hash tables.

See: Description

Package com.koloboke.collect.hash Description

Contains basic interfaces and commonly used classes related to containers, based on hash tables.

Note that unless otherwise specified, in the library "hash table" means only hash tables with open addressing method of collision resolution.

See Also:
HashContainer, com.koloboke.collect.set.hash, com.koloboke.collect.map.hash
Skip navigation links