K - the key typeV - the value typepublic interface ListMultimap<K,V> extends Multimap<K,V>
Map, but which may associate multiple values with any single key.
Some implementation may not allow duplicate key-value pairs. In such implementations, calling #pu
| Modifier and Type | Method and Description |
|---|---|
List<V> |
get(K key)
Get the collection of values that are associated with the supplied key.
|
asMap, clear, containsEntry, containsKey, containsValue, entries, isEmpty, keySet, put, remove, removeAll, size, valuesCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.