public class MultiMap<K,V> extends LinkedHashMap<K,List<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<K,V>> |
getPairs() |
void |
map(K key,
V value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, newLinkedHashMap, putFirst, putLast, removeEldestEntry, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfirstEntry, lastEntry, pollFirstEntry, pollLastEntry