Uses of Interface
com.oracle.coherence.common.base.Hasher
-
Packages that use Hasher Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package. -
-
Uses of Hasher in com.oracle.coherence.common.base
Classes in com.oracle.coherence.common.base that implement Hasher Modifier and Type Class Description class
IdentityHasher<V>
IdentityHasher provides a Hasher implementation based upon an object'sidentity hashCode
and reference equality.class
NaturalHasher<V>
-