Uses of Class
org.hibernate.search.util.common.data.impl.HashTable
-
Packages that use HashTable Package Description org.hibernate.search.util.common.data.impl -
-
Uses of HashTable in org.hibernate.search.util.common.data.impl
Subclasses of HashTable in org.hibernate.search.util.common.data.impl Modifier and Type Class Description classModuloHashTable<T>A hash table that applies a modulo operation to the hash in order to turn it into an index.classRangeHashTable<T>A hash table that derives an index from hashes using a partition of the hashing space based on contiguous ranges.
-