Class LinkedMultiValueMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,List<V>>
com.semedy.reasoner.builtin.aggregation.LinkedMultiValueMap<K,V>
- All Implemented Interfaces:
MultiValueMap<K,
,V> Serializable
,Cloneable
,Map<K,
List<V>>
public class LinkedMultiValueMap<K,V>
extends LinkedHashMap<K,List<V>>
implements MultiValueMap<K,V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
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
-
Constructor Details
-
LinkedMultiValueMap
public LinkedMultiValueMap()
-
-
Method Details
-
add
- Specified by:
add
in interfaceMultiValueMap<K,
V>
-