MCPcopy Index your code
hub / github.com/processing/processing / remove

Method remove

core/src/processing/data/JSONObject.java:1468–1470  ·  view source on GitHub ↗

Remove a name and its value, if present. @param key The name to be removed. @return The value that was associated with the name, or null if there was no value.

(String key)

Source from the content-addressed store, hash-verified

1466 * or null if there was no value.
1467 */
1468 public Object remove(String key) {
1469 return this.map.remove(key);
1470 }
1471
1472
1473 /**

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected