public final class ChainedBindings extends Object implements Bindings
| Constructor and Description |
|---|
ChainedBindings(Bindings parent,
Bindings current)
Constructs a chained bindings set with the given parent scope and current scope objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object o) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String varName,
Object value)
Sets the given variable to the given value.
|
void |
putAll(Map<? extends String,? extends Object> map) |
Object |
remove(Object o) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Object put(String varName, Object value)
public boolean containsKey(Object o)
containsKey in interface Map<String,Object>containsKey in interface Bindingspublic boolean containsValue(Object o)
containsValue in interface Map<String,Object>Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.