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(Object key,
Object value) |
boolean |
removeAll(K key,
Collection<V> value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2017 aQute SARL. All Rights Reserved.