public class IdentityHashingStrategy<K> extends Objectimplements HashingStrategy <K>
gnu.trove.strategy.HashingStrategy that does identity comparisons (
==) and uses
System.identityHashCode(Object) for hashCode generation.
| Modifier and Type | Field and Description |
|---|---|
static IdentityHashingStrategy |
INSTANCE
A single instance that can be shared with multiple collections.
|
| Constructor and Description |
|---|
IdentityHashingStrategy()
|
public static final IdentityHashingStrategy<Object > INSTANCE