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, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 1992-2013 ANTLR. All Rights Reserved.