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

Method hasKey

core/src/processing/data/LongDict.java:401–403  ·  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

399 * @webBrief Check if a key is a part of the data structure
400 */
401 public boolean hasKey(String key) {
402 return index(key) != -1;
403 }
404
405
406 /**

Callers

nothing calls this directly

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected