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 interface
HashEqualator<T>
static interface
HashEqualator.IdentityHashEqualator<E>
static interface
HashEqualator.ImmutableHashEqualator<E>
static interface
HashEqualator.ImmutableValueTypeHashEqualator<E>
static interface
HashEqualator.ValueTypeHashEqualator<E>
static interface
Hasher.IdentityHashCode<E>
Type interface to indicate that the implementation usesSystem.identityHashCode(Object)
.static interface
Hasher.ImmutableHashCode<E>
Type interface to indicate that the implementingHasher
implementation will always return the same hash value for the same object.static interface
Hasher.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.types
Classes in one.microstream.persistence.types that implement Hasher Modifier and Type Class Description static class
PersistenceTypeDescriptionMember.IdentityHashEqualator
-
Uses of Hasher in one.microstream.typing
Classes in one.microstream.typing that implement Hasher Modifier and Type Class Description static class
TypePair.HashEquality