MCPcopy Index your code
hub / github.com/beanshell/beanshell / putInMap

Method putInMap

src/bsh/CollectionManager.java:121–124  ·  view source on GitHub ↗
( Object map, Object key, Object value )

Source from the content-addressed store, hash-verified

119 }
120
121 public Object putInMap( Object map, Object key, Object value )
122 {
123 return ((Map)map).put(key, value);
124 }
125
126}

Callers 1

assignMethod · 0.95

Calls 1

putMethod · 0.65

Tested by

no test coverage detected