Toggle navigation
JarYard
Browse
Search
About
Groups
net.sf.trove4j
trove4j
3.0.3
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
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>
A
HashingStrategy
that does identity comparisons (
==
) and uses
System
.identityHashCode(Object)
for hashCode generation.