public class ProtectedBindings extends org.apache.sling.api.scripting.LazyBindings implements Bindings
org.apache.sling.api.scripting.LazyBindings.SupplierAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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) |
@NotNull Set<Map.Entry<String,Object>> |
entrySet()
Returns a Set view of the mappings contains in this map.
|
Object |
get(Object key) |
boolean |
isEmpty() |
@NotNull 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() |
@NotNull Collection<Object> |
values()
Returns a Collection view of the values contained in this map.
|
equals, getOrDefault, hashCodeclone, compute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAlltoStringfinalize, getClass, notify, notifyAll, 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>containsValue in class HashMap<String,Object>@NotNull public @NotNull Set<Map.Entry<String,Object>> entrySet()
public boolean isEmpty()
@NotNull public @NotNull Set<String> keySet()
public int size()
@NotNull public @NotNull Collection<Object> values()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in interface BindingscontainsKey in class org.apache.sling.api.scripting.LazyBindingsCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.