Package one.microstream.hashing
Interface Hasher.IdentityHashCode<E>
- Type Parameters:
E
-
- All Superinterfaces:
Hasher<E>
,Hasher.ImmutableHashCode<E>
- All Known Subinterfaces:
HashEqualator.IdentityHashEqualator<E>
public static interface Hasher.IdentityHashCode<E> extends Hasher.ImmutableHashCode<E>
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<E>, Hasher.ImmutableHashCode<E>, Hasher.ValueHashCode<E>
-
Method Summary