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.hashing
Subinterfaces 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<T>Type interface to indicate that the implementation usesSystem.identityHashCode(Object).static interfaceHasher.ImmutableHashCode<T>Type interface to indicate that the implementingHasherimplementation will always return the same hash value for the same object.static interfaceHasher.ValueHashCode<T>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.types
Classes in one.microstream.persistence.types that implement Hasher Modifier and Type Class Description static classPersistenceTypeDescriptionMember.IdentityHashEqualator -
Uses of Hasher in one.microstream.typing
Classes in one.microstream.typing that implement Hasher Modifier and Type Class Description static classTypePair.HashEquality