public interface MultiMap<K,V> extends Iterable<Map.Entry<K,Collection<V>>>, Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V v) |
Map<? extends K,? extends Collection<V>> |
baseMap() |
Iterable<V> |
getAll(K key) |
V |
getFirst(K key) |
V |
getSingleObject(K name) |
Iterator<Map.Entry<K,Collection<V>>> |
iterator() |
Iterable<K> |
keySetMulti() |
void |
putAll(MultiMap<K,V> params) |
boolean |
removeMulti(K key) |
boolean |
removeValueFrom(K key,
V v) |
Iterable<V> |
valueMulti() |
Iterator<Map.Entry<K,Collection<V>>> iterator()
boolean removeMulti(K key)
Map<? extends K,? extends Collection<V>> baseMap()
Copyright © 2016. All Rights Reserved.