Package org.aksw.jenax.arq.util.syntax
Class LehmerHash
java.lang.Object
org.aksw.jenax.arq.util.syntax.LehmerHash
A class that bundles a hash code with a lehmer value.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLehmerHash(com.google.common.hash.HashCode hash, BigInteger lehmer) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.hash.HashCodegetHash()static LehmerHashof(com.google.common.hash.HashCode hash, BigInteger lehmer)
-
Field Details
-
hash
protected com.google.common.hash.HashCode hash -
lehmer
-
-
Constructor Details
-
LehmerHash
-
-
Method Details
-
of
-
getHash
public com.google.common.hash.HashCode getHash() -
getLehmer
-