Uses of Interface
one.microstream.hashing.Hasher
| Package | Description | 
|---|---|
| one.microstream.hashing | |
| one.microstream.persistence.types | |
| one.microstream.typing | 
- 
Uses of Hasher in one.microstream.hashingSubinterfaces of Hasher in one.microstream.hashing Modifier and Type Interface Description interfaceHashEqualator<T>static interfaceHashEqualator.IdentityHashEqualator<E>static interfaceHashEqualator.ImmutableHashEqualator<E>static interfaceHashEqualator.ImmutableValueTypeHashEqualator<E>static interfaceHashEqualator.ValueTypeHashEqualator<E>static interfaceHasher.IdentityHashCode<E>Type interface to indicate that the implementation usesSystem.identityHashCode(Object).static interfaceHasher.ImmutableHashCode<E>Type interface to indicate that the implementingHasherimplementation will always return the same hash value for the same object.static interfaceHasher.ValueHashCode<E>Type interface to indicate that the implementation usesObject.hashCode()(that actually only makes sense for proper value types, not for entity types).
- 
Uses of Hasher in one.microstream.persistence.typesClasses in one.microstream.persistence.types that implement Hasher Modifier and Type Class Description static classPersistenceTypeDescriptionMember.IdentityHashEqualator
- 
Uses of Hasher in one.microstream.typingClasses in one.microstream.typing that implement Hasher Modifier and Type Class Description static classTypePair.HashEquality