public class ApplicationMap extends AbstractMap<String,V>
ExternalContext.getApplicationMap()
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ApplicationMap(javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object obj) |
Object |
get(Object key) |
Object |
getContext() |
protected Iterator<Map.Entry<String,Object>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected Iterator<Object> |
getValueIterator() |
int |
hashCode() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
protected boolean |
removeKey(Object key) |
protected boolean |
removeValue(Object value) |
Collection<V> |
values() |
clone, containsValue, isEmpty, size, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ApplicationMap(javax.servlet.ServletContext servletContext)
public Object getContext()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class AbstractMap<String,Object>
public boolean equals(Object obj)
public int hashCode()
public Collection<V> values()
protected boolean removeKey(Object key)
protected boolean removeValue(Object value)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.