MCPcopy Index your code
hub / github.com/benfry/processing4 / sub

Method sub

core/src/processing/data/IntDict.java:465–467  ·  view source on GitHub ↗

Subtract from a value. @webref intdict:method @webBrief Subtract from a value

(String key, int amount)

Source from the content-addressed store, hash-verified

463 * @webBrief Subtract from a value
464 */
465 public void sub(String key, int amount) {
466 add(key, -amount);
467 }
468
469
470 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected