Class ConstMiniMap<K,​V>

java.lang.Object
one.microstream.collections.ConstMiniMap<K,​V>
Type Parameters:
K - the key type.
V - the value type.
All Implemented Interfaces:
IdentityEqualityLogic

public final class ConstMiniMap<K,​V>
extends Object
implements IdentityEqualityLogic
Immutable version of MiniMap.