Class MultivaluedMapImpl<K,V>
java.lang.Object
java.util.AbstractMap<K,List<V>>
java.util.HashMap<K,List<V>>
org.jboss.resteasy.specimpl.MultivaluedMapImpl<K,V>
- All Implemented Interfaces:
jakarta.ws.rs.core.MultivaluedMap<K,
,V> Serializable
,Cloneable
,Map<K,
List<V>>
public class MultivaluedMapImpl<K,V>
extends HashMap<K,List<V>>
implements jakarta.ws.rs.core.MultivaluedMap<K,V>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
void
void
void
addAll
(MultivaluedMapImpl<K, V> other) void
final void
addMultiple
(K key, Collection<V> values) boolean
equalsIgnoreValueOrder
(jakarta.ws.rs.core.MultivaluedMap<K, V> omap) void
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
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
-
MultivaluedMapImpl
public MultivaluedMapImpl()
-
-
Method Details
-
putSingle
-
addAll
-
addAll
-
addFirst
-
add
-
addMultiple
-
getFirst
-
getList
-
addAll
-
equalsIgnoreValueOrder
-