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