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> AHashingStrategy
that does identity comparisons (==) and usesSystem.identityHashCode(Object)
for hashCode generation.