Serializable
, Cloneable
, Map<K,V>
public class MultiMap<K,V> extends LinkedHashMap<K,List<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 |
---|---|---|
List<Pair<K,V>> |
getPairs() |
|
void |
map(K key,
V value) |
equals, hashCode, toString
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
Copyright © 1992–2019 ANTLR. All rights reserved.