Interface MultiValueMap<K,V>
- Type Parameters:
K
- Key TypeV
- Value Type
- All Known Implementing Classes:
LinkedMultiValueMap
Replacement for Spring MultiValueMap
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.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
-
Method Details
-
add
-