K - the key typeV - the value typepublic class MultiValueMap<K,V> extends Object
| Constructor and Description |
|---|
MultiValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<V> |
get(K key) |
Set<V> |
getValues()
Returns a Set with all values of all keys.
|
void |
put(K key,
V value) |
void |
putAll(K key,
Set<V> values) |
void |
putAll(Set<K> keys,
Set<V> values) |
void |
putAll(Set<K> key,
V value) |
Copyright © 2019. All rights reserved.