public class ArraySetMultimap<K,V> extends AbstractMap<K,List<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ArraySetMultimap() |
ArraySetMultimap(Map<K,List<V>> map) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,List<V>>> |
entrySet() |
List<V> |
get(Object key) |
List<V> |
putSingleElement(K key,
V value) |
ArraySetMultimap<K,V> |
trimToSize() |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Copyright © 2014. All Rights Reserved.