-
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) entrySet()
boolean
protected String
If view root is instance of naming container, return its container client id, suffixed with separator character.int
hashCode()
keySet()
void
protected boolean
protected boolean
removeValue
(Object value) values()
Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, put, size, toString
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
-
RequestParameterMap
-
-
Method Details
-
get
-
entrySet
-
keySet
-
getNamingContainerPrefix
If view root is instance of naming container, return its container client id, suffixed with separator character.- Returns:
- The naming container prefix, or an empty string if the view root is not an instance of naming container.
-
values
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
String> - Overrides:
containsKey
in classAbstractMap<String,
String>
-
equals
-
hashCode
-
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
clear
-
putAll
-
remove
-
removeKey
-
removeValue
-