Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ index
Method
index
core/src/processing/data/StringDict.java:420–423 ·
view source on GitHub ↗
(String what)
Source
from the content-addressed store, hash-verified
418
419
420
public
int
index(String what) {
421
Integer found = indices.get(what);
422
return
(found == null) ? -1 : found.intValue();
423
}
424
425
426
/**
Callers
4
get
Method · 0.95
set
Method · 0.95
hasKey
Method · 0.95
remove
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected