public static class CollectionUtil.MultiMap<K,V> extends HashMap<K,Collection<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(K k,
V v) |
void |
appendAll(K k,
Collection<? extends V> v) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void appendAll(K k, Collection<? extends V> v)