Interface Hasher.ValueHashCode<E>

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

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