Package gnu.trove.strategy
-
Interface Summary Interface Description HashingStrategy<T> Interface to support pluggable hashing strategies in maps and sets. -
Class Summary Class Description IdentityHashingStrategy<K> AHashingStrategythat does identity comparisons (==) and usesSystem.identityHashCode(Object)for hashCode generation.