JavaScript is disabled on your browser.
gnu.expr
Class KawaScriptBindings
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- gnu.expr.KawaScriptBindings
-
- All Implemented Interfaces:
- java.util.Map<java.lang.String,java.lang.Object>, javax.script.Bindings
public class KawaScriptBindings
extends java.util.AbstractMap<java.lang.String,java.lang.Object>
implements javax.script.Bindings
An implementation of javax.script.Bindings that uses a SimpleEnvironment.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> |
entrySet () |
java.lang.Object |
get (java.lang.Object key) |
java.lang.Object |
put (java.lang.String key,
java.lang.Object value) |
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.script.Bindings
containsKey, putAll, remove
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values