public class MultiMap<K,V> extends HashMap<K,Set<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K key,
V value) |
boolean |
addAll(K key,
Collection<V> value) |
Iterator<V> |
all() |
Iterator<V> |
iterate(K key) |
boolean |
remove(K key,
V value) |
boolean |
removeAll(K key,
Collection<V> value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2015 aQute SARL. All Rights Reserved.