Package one.microstream.hashing
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>
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).-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.hashing.Hasher
Hasher.IdentityHashCode<T>, Hasher.ImmutableHashCode<T>, Hasher.ValueHashCode<T>
-
Method Summary