public abstract class BindingsImpl extends BindingsBase
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected javax.script.Bindings |
global |
protected javax.script.Bindings |
local |
| Constructor and Description |
|---|
BindingsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Object |
remove(Object key) |
void |
setGlobal(javax.script.Bindings n) |
void |
setLocal(javax.script.Bindings n) |
checkKey, getImpl, getNames, put, putAll, putImpl, removeImplclear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected javax.script.Bindings global
protected javax.script.Bindings local
Copyright © 2015. All Rights Reserved.