Interface Hasher.IdentityHashCode<T>

Type Parameters:
T - the hashed element's type
All Superinterfaces:
Hasher<T>, Hasher.ImmutableHashCode<T>
All Known Subinterfaces:
HashEqualator.IdentityHashEqualator<E>
Enclosing interface:
Hasher<T>

public static interface Hasher.IdentityHashCode<T>
extends Hasher.ImmutableHashCode<T>
Type interface to indicate that the implementation uses System.identityHashCode(Object).