Interface ImmutableScriptBindingsI
-
public interface ImmutableScriptBindingsIThis 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.Objectget(Object _key)Returns the binding of the given name _key.
-