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

Method hasKey

core/src/processing/data/DoubleDict.java:411–413  ·  view source on GitHub ↗

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

(String key)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected