Package org.jboss.resteasy.specimpl
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidvoidvoidvoidaddAll(MultivaluedMapImpl<K, V> other) voidfinal voidaddMultiple(K key, Collection<V> values) booleanequalsIgnoreValueOrder(jakarta.ws.rs.core.MultivaluedMap<K, V> omap) voidMethods 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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-