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, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 1992-2013 ANTLR. All Rights Reserved.