Class InputHeadersMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,List<String>> javax.ws.rs.core.MultivaluedMap<String,String>
public final class InputHeadersMap
extends HashMap<String,List<String>>
implements javax.ws.rs.core.MultivaluedMap<String,String>
Read only 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
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, getOrDefault, isEmpty, merge, newHashMap, putIfAbsent, remove, replace, replace, replaceAllMethods 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
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
InputHeadersMap
- Parameters:
m- source map.
-
-
Method Details
-
get
-
entrySet
-
keySet
-
values
-
remove
-
clear
public void clear() -
put
-
putAll
-
size
public int size() -
add
-
getFirst
-
putSingle
-