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, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2020. All Rights Reserved.