Interface ImmutableScriptBindingsI
public interface ImmutableScriptBindingsI
This interface defines read-only access to the script bindings.
- Version:
- 8.1.0
-
Method Summary
-
Method Details
-
get
Returns the binding of the given name _key.Note: Modifying the returned object modifies its state in the binding.
-
entrySet
Returns a unmodifiable set view to the entries in the binding.
-