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