Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ index
Method
index
core/src/processing/data/LongDict.java:562–565 ·
view source on GitHub ↗
(String what)
Source
from the content-addressed store, hash-verified
560
561
562
public
int
index(String what) {
563
Integer found = indices.get(what);
564
return
(found == null) ? -1 : found.intValue();
565
}
566
567
568
protected
void
create(String what, long much) {
Callers
7
get
Method · 0.95
set
Method · 0.95
hasKey
Method · 0.95
add
Method · 0.95
mult
Method · 0.95
div
Method · 0.95
remove
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected