MCPcopy Create free account
hub / github.com/benfry/processing4 / sub

Method sub

core/src/processing/data/LongDict.java:451–453  ·  view source on GitHub ↗

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

(String key, long amount)

Source from the content-addressed store, hash-verified

449 * @webBrief Subtract from a value
450 */
451 public void sub(String key, long amount) {
452 add(key, -amount);
453 }
454
455
456 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected