- All Superinterfaces:
Map<K,List<V>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
-
Method Summary
void
Add a value to the current list of values for the supplied key.
A shortcut to get the first value of the supplied key.
void
Set the key's value to be a one item list consisting of the supplied value.
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values