| 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
HashFunctions. |
| 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 StringMurmurHashFunctions
with randomly assigned seeds. |