Package one.microstream.collections
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
.-
Constructor Summary
Constructors Constructor Description ConstMiniMap()
ConstMiniMap(KeyValue<K,V>... data)
-
Method Summary
-
Constructor Details
-
ConstMiniMap
public ConstMiniMap() -
ConstMiniMap
-
-
Method Details