Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-identity-hashing-strategy
1.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
E
I
C
com.slimjars.dist.gnu.trove.strategy
- package com.slimjars.dist.gnu.trove.strategy
computeHashCode(K)
- Method in class com
.slimjars
.dist
.gnu
.trove
.strategy
.
IdentityHashingStrategy
E
equals(K, K)
- Method in class com
.slimjars
.dist
.gnu
.trove
.strategy
.
IdentityHashingStrategy
I
IdentityHashingStrategy
<
K
> - Class in
com.slimjars.dist.gnu.trove.strategy
A
gnu.trove.strategy.HashingStrategy
that does identity comparisons (
==
) and uses
System
.identityHashCode(Object)
for hashCode generation.
IdentityHashingStrategy()
- Constructor for class com
.slimjars
.dist
.gnu
.trove
.strategy
.
IdentityHashingStrategy
INSTANCE
- Static variable in class com
.slimjars
.dist
.gnu
.trove
.strategy
.
IdentityHashingStrategy
A single instance that can be shared with multiple collections.
C
E
I