Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ next
Method
next
core/src/processing/data/IntDict.java:198–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
public
Entry next() {
199
++index;
200
Entry e =
new
Entry(keys[index], values[index]);
201
return
e;
202
}
203
204
public
boolean hasNext() {
205
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