public class MultiMap<K,V>
extends java.util.LinkedHashMap<K,java.util.List<V>>
Constructor and Description |
---|
MultiMap() |
Modifier and Type | Method and Description |
---|---|
void |
map(K key,
V value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values