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

Method sub

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

@webref intdict:method @brief Subtract from a value

(String key, int amount)

Source from the content-addressed store, hash-verified

441 * @brief Subtract from a value
442 */
443 public void sub(String key, int amount) {
444 add(key, -amount);
445 }
446
447
448 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected