| 构造器和说明 |
|---|
MultiValueMap() |
MultiValueMap(Map<K,Set<V>> targetMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2022. All rights reserved.