Class OutputHeadersMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,List<Object>> javax.ws.rs.core.MultivaluedMap<String,Object>
public final class OutputHeadersMap
extends HashMap<String,List<Object>>
implements javax.ws.rs.core.MultivaluedMap<String,Object>
Case insensitive
MultivaluedMap.- Version:
- $Id: $
- Author:
- Andrey Parfonov
- 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
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, 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, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
OutputHeadersMap
public OutputHeadersMap()Default constructor.
-
-
Method Details
-
add
-
getFirst
-
putSingle
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,List<Object>> - Overrides:
containsKeyin classHashMap<String,List<Object>>
-
get
-
put
-
putAll
-
remove
-