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

Method increment

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

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

(String key)

Source from the content-addressed store, hash-verified

406 * @brief Increase the value of a specific key value by 1
407 */
408 public void increment(String key) {
409 add(key, 1);
410 }
411
412
413 /**

Callers 1

getTallyMethod · 0.95

Calls 3

addMethod · 0.95
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected