| Interface | Description |
|---|---|
| HashingStrategy<T> |
Interface to support pluggable hashing strategies in maps and sets.
|
| Class | Description |
|---|---|
| IdentityHashingStrategy<K> |
A
HashingStrategy that does identity comparisons
(==) and uses System.identityHashCode(Object) for hashCode generation. |