Interface ImmutableScriptBindingsI


public interface ImmutableScriptBindingsI
This interface defines read-only access to the script bindings.
Version:
8.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a unmodifiable set view to the entries in the binding.
    get(Object _key)
    Returns the binding of the given name _key.
  • Method Details

    • get

      Object get(Object _key)
      Returns the binding of the given name _key.

      Note: Modifying the returned object modifies its state in the binding.

    • entrySet

      Set<Map.Entry<String,Object>> entrySet()
      Returns a unmodifiable set view to the entries in the binding.