| Constructor and Description |
|---|
ProtectedBindings(Bindings wrapped,
Set<String> protectedKeys) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
The clear operation is not supported.
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet()
Returns a Set view of the mappings contains in this map.
|
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet()
Returns a Set view of the keys contained in this map.
|
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> toMerge) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values()
Returns a Collection view of the values contained in this map.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void clear()
public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public Set<Map.Entry<String,Object>> entrySet()
public Set<String> keySet()
public Collection<Object> values()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in interface BindingsCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.