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 SummaryNested classes/interfaces inherited from interface one.microstream.hashing.HasherHasher.IdentityHashCode<E>, Hasher.ImmutableHashCode<E>, Hasher.ValueHashCode<E>
- 
Method Summary