Class OPolyglotScriptBinding
java.lang.Object
com.orientechnologies.orient.core.command.script.OPolyglotScriptBinding
Wraps a GraalVM value as a JSR223 Bindings for compatibility.
- Author:
- Luca Garulli
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
OPolyglotScriptBinding
public OPolyglotScriptBinding(org.graalvm.polyglot.Value value)
-
-
Method Details
-
put
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceBindings- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
remove
-