Interface | Description |
---|---|
HashFunction<OBJECT> |
Interface describing a hash function: an object that can compute a hashcode
for another object.
|
HashFunctionFactory<OBJECT> |
A factory for producing
HashFunction s. |
Class | Description |
---|---|
HashCodeUtil |
Collected methods which allow easy implementation of
hashCode . |
StringMurmurHashFunction |
Use MurmurHash (http://murmurhash.googlepages.com/) to generate a random hash
for a string.
|
StringMurmurHashFunctionFactory |
A
HashFunctionFactory for producing StringMurmurHashFunction s
with randomly assigned seeds. |