public class MultiMap<K,V>
extends java.util.LinkedHashMap<K,java.util.List<V>>
| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pair<K,V>> |
getPairs() |
void |
map(K key,
V value) |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values