K - the key type.V - the value type.public final class ConstMiniMap<K,V> extends Object implements IdentityEqualityLogic
MiniMap.| Constructor and Description |
|---|
ConstMiniMap() |
ConstMiniMap(KeyValue<K,V>... data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K key) |
ConstMiniMap<K,V> |
copy() |
V |
get(K key) |
int |
size() |
KeyValue<K,V>[] |
toArray() |
MiniMap<K,V> |
toMiniMap() |
Copyright © 2022 MicroStream Software. All rights reserved.