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/Table.java:2880–2883 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2878
}
2879
2880
public
TableRow next() {
2881
rp.setRow(indices[++index]);
2882
return
rp;
2883
}
2884
2885
public
boolean hasNext() {
2886
//return row+1 < table.getRowCount();
Callers
nothing calls this directly
Calls
1
setRow
Method · 0.45
Tested by
no test coverage detected