MCPcopy Create free account
hub / github.com/beanshell/beanshell / put

Method put

engine/javax-src/javax/script/Bindings.java:32–32  ·  view source on GitHub ↗

Set a named value. @param name The name associated with the value. @param value The value associated with the name. @return The value previously associated with the given name. Returns null if no value was previously associated with the name. @throws NullPointerException if the name

(String name, Object value)

Source from the content-addressed store, hash-verified

30 * @throws <code>IllegalArgumentException</code> if the name is empty String.
31 */
32 public Object put(String name, Object value);
33
34 /**
35 * Adds all the mappings in a given <code>Map</code> to this <code>Bindings</code.

Callers 15

mainMethod · 0.95
putMethod · 0.95
putMethod · 0.65
setAttributeMethod · 0.65
putMethod · 0.65
registerEngineNameMethod · 0.65
serviceMethod · 0.65
classExistsMethod · 0.65
addModifierMethod · 0.65
setVariableMethod · 0.65

Implementers 2

SimpleBindingsengine/javax-src/javax/script/SimpleBi
ScriptContextEngineViewengine/src/bsh/engine/ScriptContextEng

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76