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

Method hasKey

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

Check if a key is a part of the data structure. @webref intdict:method @webBrief Check if a key is a part of the data structure

(String key)

Source from the content-addressed store, hash-verified

412 * @webBrief Check if a key is a part of the data structure
413 */
414 public boolean hasKey(String key) {
415 return index(key) != -1;
416 }
417
418
419 /**

Callers 1

parseSimpleColorMethod · 0.45

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected