Uses of Class
org.hibernate.search.util.common.data.impl.HashTable
Packages that use HashTable
-
Uses of HashTable in org.hibernate.search.util.common.data.impl
Subclasses of HashTable in org.hibernate.search.util.common.data.implModifier and TypeClassDescriptionfinal classA hash table that applies a modulo operation to the hash in order to turn it into an index.final classA hash table that derives an index from hashes using a partition of the hashing space based on contiguous ranges.