Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ next
Method
next
core/src/processing/data/FloatDict.java:202–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
public
Entry next() {
203
++index;
204
Entry e =
new
Entry(keys[index], values[index]);
205
return
e;
206
}
207
208
public
boolean hasNext() {
209
return
index+1 < size();
Callers
nothing calls this directly
Calls
2
key
Method · 0.95
value
Method · 0.95
Tested by
no test coverage detected