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

Method increment

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

Increase the value associated with a specific key by 1. @webref intdict:method @webBrief Increase the value of a specific key value by 1

(String key)

Source from the content-addressed store, hash-verified

410 * @webBrief Increase the value of a specific key value by 1
411 */
412 public void increment(String key) {
413 add(key, 1);
414 }
415
416
417 /**

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected