-
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 TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
String[]
int
hashCode()
protected int
keySet()
void
String[]
protected boolean
protected boolean
removeValue
(Object value) Collection
<String[]> values()
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RequestParameterValuesMap
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
String[]> - Overrides:
containsKey
in classAbstractMap<String,
String[]>
-
entrySet
-
keySet
-
values
-
hashCode
-
equals
-
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
String[]> - Overrides:
containsValue
in classAbstractMap<String,
String[]>
-
hashCode
-
clear
-
putAll
-
remove
-
removeKey
-
removeValue
-