MCPcopy Index your code
hub / github.com/cschanck/single-file-java / put

Method put

src/main/java/org/sfj/JSONOne.java:430–433  ·  view source on GitHub ↗
(String key, JObject value)

Source from the content-addressed store, hash-verified

428 }
429
430 @Override
431 public JObject put(String key, JObject value) {
432 return map.put(key, value);
433 }
434
435 @Override
436 public JObject remove(Object key) {

Callers 15

testMapMethod · 0.45
testExpansionMethod · 0.45
setPrepStateMethod · 0.45
setAccStateMethod · 0.45
setAllWorkingMethod · 0.45
storeMethod · 0.45
exerciseMethod · 0.45
dictTableMethod · 0.45
createOutgoingClientMethod · 0.45

Calls

no outgoing calls

Tested by 9

testMapMethod · 0.36
testExpansionMethod · 0.36
setPrepStateMethod · 0.36
setAccStateMethod · 0.36
setAllWorkingMethod · 0.36
storeMethod · 0.36
exerciseMethod · 0.36