Package org.hibernate.search.util.common.data.impl
package org.hibernate.search.util.common.data.impl
-
ClassDescriptionA hash function, for use in hash tables.HashTable<T>A hash table, i.e. a mapping between keys and values involving a
HashFunction.A helper to generate map keys that can be sorted according to their insertion order.LinkedNode<T>A very simple, immutable data structure to represent singly linked lists.A hash table that applies a modulo operation to the hash in order to turn it into an index.A fast, but cryptographically insecure hash function, implementing Murmur3.Tagging interface for hash functions that can reasonably be used withRangeHashTable.A hash table that derives an index from hashes using a partition of the hashing space based on contiguous ranges.A fast, but cryptographically insecure hash function, based on Java'sString.toString().