public class NListMultiValueMapImpl<K,V> extends Object implements NListMultiValueMap<K,V>
| Constructor and Description |
|---|
NListMultiValueMapImpl() |
NListMultiValueMapImpl(Map<K,List<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 List<V> |
createList() |
protected Map<K,List<V>> |
createMap() |
Set<Map.Entry<K,List<V>>> |
entrySet() |
List<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 NListMultiValueMap<K,V>public boolean remove(K a, V value)
remove in interface NListMultiValueMap<K,V>public int keyCount()
keyCount in interface NListMultiValueMap<K,V>public int valueCount()
valueCount in interface NListMultiValueMap<K,V>public Set<Map.Entry<K,List<V>>> entrySet()
entrySet in interface NListMultiValueMap<K,V>public boolean containsKey(K key)
containsKey in interface NListMultiValueMap<K,V>Copyright © 2026 vpc open source initiative. All rights reserved.