Interface ImmutableScriptBindingsI
- 
 public interface ImmutableScriptBindingsIThis interface defines read-only access to the script bindings.- Version:
- 7.5.0
 
- 
- 
Method SummaryAll 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.
 
-