public class ListMap<V> extends java.util.LinkedHashMap<java.lang.String,java.util.List<V>>
| Constructor and Description |
|---|
ListMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String key,
V value) |
void |
cleanupEmptyLists() |
java.util.List<V> |
get(java.lang.Object key) |
java.util.List<V> |
getList(java.lang.String key) |
void |
remove(java.lang.String key,
V value) |
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ListMap()
public void cleanupEmptyLists()