public class InitParameterMap extends AbstractMap<String,V>
ExternalContext.getInitParameterMap()AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InitParameterMap(javax.servlet.ServletContext newServletContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object obj) |
String |
get(Object key) |
protected Iterator<Map.Entry<String,String>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected Iterator<String> |
getValueIterator() |
int |
hashCode() |
Set<String> |
keySet() |
void |
putAll(Map t) |
V |
remove(Object key) |
protected boolean |
removeKey(Object key) |
protected boolean |
removeValue(Object value) |
Collection<String> |
values() |
clone, containsValue, isEmpty, put, size, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic InitParameterMap(javax.servlet.ServletContext newServletContext)
public boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class AbstractMap<String,String>public boolean equals(Object obj)
public int hashCode()
public void clear()
public void putAll(Map t)
public V remove(Object key)
protected boolean removeKey(Object key)
protected boolean removeValue(Object value)
Copyright © 2010–2020 JBoss by Red Hat. All rights reserved.