Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ index
Method
index
core/src/processing/data/FloatDict.java:623–626 ·
view source on GitHub ↗
(String what)
Source
from the content-addressed store, hash-verified
621
622
623
public
int
index(String what) {
624
Integer found = indices.get(what);
625
return
(found == null) ? -1 : found.intValue();
626
}
627
628
629
protected
void
create(String what, float 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