- 
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 TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanString[]inthashCode()protected intkeySet()voidString[]protected booleanprotected booleanremoveValue(Object value) Collection<String[]> values()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll 
- 
Constructor Details
- 
RequestHeaderValuesMap
 
 - 
 - 
Method Details
- 
containsKey
- Specified by:
 containsKeyin interfaceMap<String,String[]> - Overrides:
 containsKeyin classAbstractMap<String,String[]> 
 - 
get
 - 
entrySet
 - 
keySet
 - 
values
 - 
hashCode
 - 
equals
 - 
getEntryIterator
 - 
getKeyIterator
 - 
getValueIterator
 - 
containsValue
- Specified by:
 containsValuein interfaceMap<String,String[]> - Overrides:
 containsValuein classAbstractMap<String,String[]> 
 - 
hashCode
 - 
clear
 - 
putAll
 - 
remove
 - 
removeKey
 - 
removeValue
 
 -