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

Method index

core/src/processing/data/StringDict.java:407–410  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

405
406
407 public int index(String what) {
408 Integer found = indices.get(what);
409 return (found == null) ? -1 : found.intValue();
410 }
411
412
413 /**

Callers 4

getMethod · 0.95
setMethod · 0.95
hasKeyMethod · 0.95
removeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected