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

Method increment

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

Increase the value of a specific key value 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

423 * @webBrief Increase the value of a specific key value by 1
424 */
425 public void increment(String key) {
426 add(key, 1);
427 }
428
429
430 /**

Callers 1

getTallyMethod · 0.95

Calls 3

addMethod · 0.95
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected