- java.lang.Object
-
- net.thevpc.nuts.runtime.standalone.util.collections.MultiKeyMap<K,V>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MultiKeyMap
public MultiKeyMap()
-
Method Detail
-
clear
public void clear()
-
allKeys
public Set<K> allKeys()
-
mainKeys
public Set<K> mainKeys()
-
mainSize
public int mainSize()
-
allSize
public int allSize()
-
remove
public V remove(K k)
-
put
public V put(K k,
V v)
Copyright © 2022 vpc open source initiative. All rights reserved.