public class NMultiKeyMapImpl<K,V> extends Object implements NMultiKeyMap<K,V>
| Constructor and Description |
|---|
NMultiKeyMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<K> |
allKeys() |
int |
allSize() |
void |
clear() |
V |
get(K k) |
Set<K> |
mainKeys() |
int |
mainSize() |
void |
mergeKeys(K k1,
K k2) |
V |
put(K k,
V v) |
V |
putMulti(K[] k,
V v) |
V |
remove(K k) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic void clear()
clear in interface NMultiKeyMap<K,V>public int mainSize()
mainSize in interface NMultiKeyMap<K,V>public int allSize()
allSize in interface NMultiKeyMap<K,V>Copyright © 2026 vpc open source initiative. All rights reserved.