Interface ImmutableScriptBindingsI
-
public interface ImmutableScriptBindingsI
This interface defines read-only access to the script bindings.- Version:
- 7.6.0-SP1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Map.Entry<String,Object>>
entrySet()
Returns a unmodifiable set view to the entries in the binding.Object
get(Object _key)
Returns the binding of the given name _key.
-