public class MapOfLists<E,T> extends AbstractMap<E,List<T>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MapOfLists(Map<E,List<T>> map) |
Modifier and Type | Method and Description |
---|---|
List<T> |
add(E key,
T singleValue) |
Set<Map.Entry<E,List<T>>> |
entrySet() |
List<T> |
put(E key,
List<T> value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values