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