public abstract class BindingsBase extends AbstractMap<String,Object> implements Bindings
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BindingsBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkKey(Object key) |
Object |
get(Object name) |
abstract Object |
getImpl(String name) |
abstract String[] |
getNames() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> toMerge) |
abstract Object |
putImpl(String name,
Object value) |
Object |
remove(Object key) |
abstract Object |
removeImpl(String name) |
clear, clone, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKeyclear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic abstract String[] getNames()
protected void checkKey(Object key)
Copyright © 2018. All rights reserved.