| Constructor and Description |
|---|
MultiValueMap() |
MultiValueMap(Map<K,Set<V>> targetMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value) |
void |
addAll(K key,
Set<? extends V> values) |
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,Set<V>>> |
entrySet() |
boolean |
equals(Object o) |
Set<V> |
get(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
Set<V> |
put(K k,
Set<V> vs) |
void |
putAll(Map<? extends K,? extends Set<V>> map) |
Set<V> |
remove(Object o) |
void |
set(K key,
V value) |
void |
setAll(Map<K,V> values) |
int |
size() |
Collection<Set<V>> |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey in interface Map<K,Set<V>>public boolean containsValue(Object o)
containsValue in interface Map<K,Set<V>>public boolean equals(Object o)
Copyright © 2025. All rights reserved.