OBJECT
- Object being hashedpublic abstract class HashModifier<OBJECT> extends Object implements HashFunction<OBJECT>
Modifier and Type | Field and Description |
---|---|
protected HashFunction<OBJECT> |
hashFunction |
Modifier | Constructor and Description |
---|---|
protected |
HashModifier(HashFunction<OBJECT> hashFunction) |
protected HashFunction<OBJECT> hashFunction
protected HashModifier(HashFunction<OBJECT> hashFunction)