Uses of Interface
org.hibernate.search.util.common.data.impl.HashFunction
-
Packages that use HashFunction Package Description org.hibernate.search.util.common.data.impl -
-
Uses of HashFunction in org.hibernate.search.util.common.data.impl
Subinterfaces of HashFunction in org.hibernate.search.util.common.data.impl Modifier and Type Interface Description interfaceRangeCompatibleHashFunctionTagging interface for hash functions that can reasonably be used withRangeHashTable.Classes in org.hibernate.search.util.common.data.impl that implement HashFunction Modifier and Type Class Description classMurmur3HashFunctionA fast, but cryptographically insecure hash function, implementing Murmur3.classSimpleHashFunctionA fast, but cryptographically insecure hash function, based on Java'sString.toString().Constructors in org.hibernate.search.util.common.data.impl with parameters of type HashFunction Constructor Description ModuloHashTable(HashFunction hashFunction, int size)
-