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

Method putAll

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

Adds all the mappings in a given Map to this Bindings Map to merge with this one. @throws NullPointerException if some key in the map is null. @throws IllegalArgumentException if some key in the map is an empty Stri

(Map<? extends String, ? extends Object> toMerge)

Source from the content-addressed store, hash-verified

39 * @throws <code>IllegalArgumentException</code> if some key in the map is an empty String.
40 */
41 public void putAll(Map<? extends String, ? extends Object> toMerge);
42}

Callers 2

putAllMethod · 0.65
evalMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected