| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(String name,
Filter filter) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Filter |
getFilter(String name) |
MixinNode |
getMixin(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
popScope() |
void |
pushScope() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
Object |
remove(Object key) |
void |
setMixin(String name,
MixinNode node) |
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 void pushScope()
public void popScope()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2017. All rights reserved.