Interface Hasher.IdentityHashCode<E>

Type Parameters:
E -
All Superinterfaces:
Hasher<E>, Hasher.ImmutableHashCode<E>
All Known Subinterfaces:
HashEqualator.IdentityHashEqualator<E>
Enclosing interface:
Hasher<T>

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