public class ParameterMap extends StringKeysMap<String>
StringKeysMap.EntryIterAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParameterMap(javax.servlet.ServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<String,String>> |
entrySet() |
protected Enumeration<String> |
getKeys()
Returns an enumeration of keys.
|
protected String |
getValue(String key)
Returns the value associated with the specified key.
|
protected void |
removeValue(String key)
Removes the specified key.
|
protected void |
setValue(String key,
String value)
Sets the value associated with the specified key.
|
int |
size() |
getclear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
public boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class StringKeysMap<String>protected String getValue(String key)
StringKeysMapgetValue in class StringKeysMap<String>protected Enumeration<String> getKeys()
StringKeysMapgetKeys in class StringKeysMap<String>protected void setValue(String key, String value)
StringKeysMapsetValue in class StringKeysMap<String>protected void removeValue(String key)
StringKeysMapremoveValue in class StringKeysMap<String>Copyright © 2018. All rights reserved.