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

Method index

core/src/processing/data/IntDict.java:600–603  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

598
599
600 public int index(String what) {
601 Integer found = indices.get(what);
602 return (found == null) ? -1 : found.intValue();
603 }
604
605
606 protected void create(String what, int much) {

Callers 7

getMethod · 0.95
setMethod · 0.95
hasKeyMethod · 0.95
addMethod · 0.95
multMethod · 0.95
divMethod · 0.95
removeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected