| Constructor and Description |
|---|
ValueStack() |
ValueStack(Map<String,Object> values,
ValueStack parent) |
ValueStack(ValueStack other) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
<T> T |
get(Object key,
Class<T> clazz) |
ValueStack |
getParent() |
Object |
getRequired(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
pop() |
void |
push() |
void |
pushAndPutAll(Map<String,?> values) |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> m) |
Object |
remove(Object key) |
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 ValueStack()
public ValueStack(Map<String,Object> values, ValueStack parent)
public ValueStack(ValueStack other)
public ValueStack getParent()
public void push()
public void pop()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2018. All rights reserved.