Package one.microstream.hashing
Interface Hasher.ValueHashCode<E>
- Type Parameters:
E
-
- All Superinterfaces:
Hasher<E>
- All Known Subinterfaces:
HashEqualator.ImmutableValueTypeHashEqualator<E>
,HashEqualator.ValueTypeHashEqualator<E>
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).-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.hashing.Hasher
Hasher.IdentityHashCode<E>, Hasher.ImmutableHashCode<E>, Hasher.ValueHashCode<E>
-
Method Summary