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 |
---|---|---|
void |
map(K key,
V value) |
equals, hashCode, toString
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
clear, containsValue, get, removeEldestEntry
Copyright © 1992–2019 ANTLR. All rights reserved.