public class ListMap<K,V>
extends java.util.HashMap<K,java.util.List<V>>
| Constructor and Description |
|---|
ListMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value)
Adds a single value to the list stored under a key.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values