public class MultiMap<K,V>
extends java.util.HashMap<K,java.util.List<V>>
Constructor and Description |
---|
MultiMap() |
Modifier and Type | Method and Description |
---|---|
void |
map(K key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values