Package gnu.trove.strategy
package gnu.trove.strategy
-
ClassDescriptionInterface to support pluggable hashing strategies in maps and sets.A
HashingStrategy
that does identity comparisons (==) and usesSystem.identityHashCode(Object)
for hashCode generation.