Package one.microstream.hashing
Interface Hasher.IdentityHashCode<T>
- Type Parameters:
T
- the hashed element's type
- All Superinterfaces:
Hasher<T>
,Hasher.ImmutableHashCode<T>
- All Known Subinterfaces:
HashEqualator.IdentityHashEqualator<E>
public static interface Hasher.IdentityHashCode<T> extends Hasher.ImmutableHashCode<T>
Type interface to indicate that the implementation uses
System.identityHashCode(Object)
.-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.hashing.Hasher
Hasher.IdentityHashCode<T>, Hasher.ImmutableHashCode<T>, Hasher.ValueHashCode<T>
-
Method Summary