public class NSetMultiValueMapImpl<K,V> extends Object implements NSetMultiValueMap<K,V>
| Constructor and Description |
|---|
NSetMultiValueMapImpl() |
NSetMultiValueMapImpl(Map<K,Set<V>> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K k,
V v) |
boolean |
containsEntry(K a,
V value) |
boolean |
containsKey(K key) |
protected Map<K,Set<V>> |
createMap() |
protected Set<V> |
createSet() |
Set<Map.Entry<K,Set<V>>> |
entrySet() |
Set<V> |
get(K a) |
V |
getFirst(K a) |
int |
keyCount() |
Set<K> |
keySet() |
boolean |
remove(K a,
V value) |
int |
valueCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofpublic boolean containsEntry(K a, V value)
containsEntry in interface NSetMultiValueMap<K,V>public int keyCount()
keyCount in interface NSetMultiValueMap<K,V>public int valueCount()
valueCount in interface NSetMultiValueMap<K,V>public Set<Map.Entry<K,Set<V>>> entrySet()
entrySet in interface NSetMultiValueMap<K,V>public boolean containsKey(K key)
containsKey in interface NSetMultiValueMap<K,V>Copyright © 2026 vpc open source initiative. All rights reserved.