Interface Hasher.ValueHashCode<T>

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

public static interface Hasher.ValueHashCode<T>
extends Hasher<T>
Type interface to indicate that the implementation uses Object.hashCode() (that actually only makes sense for proper value types, not for entity types).