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

Method hasKey

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

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

(String key)

Source from the content-addressed store, hash-verified

395 * @brief Check if a key is a part of the data structure
396 */
397 public boolean hasKey(String key) {
398 return index(key) != -1;
399 }
400
401
402 /**

Callers 1

parseSimpleColorMethod · 0.45

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected