| Class | Description |
|---|---|
| HashModifier<OBJECT> |
A hash function that modifies the hash code produced by another hash
function.
|
| LSBModifier<O> |
HashModifier that extracts the Least Significant Bit of the
underlying hash. |
| ModuloModifier<O> |
Modify the underlying hash function by applying the modulus to the value.
|