public interface MultiValueMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
boolean |
containsValue(V value) |
Collection<V> |
get(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
Collection<V> |
put(K key,
V value) |
Collection<V> |
remove(K key) |
int |
size() |
Collection<V> |
values() |
void clear()
boolean containsKey(K key)
boolean containsValue(V value)
Collection<V> get(K key)
boolean isEmpty()
Collection<V> put(K key, V value)
Collection<V> remove(K key)
int size()
Collection<V> values()
Copyright © 2014. All rights reserved.