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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values