MCPcopy Index your code
hub / github.com/benfry/processing4 / next

Method next

core/src/processing/data/Table.java:2927–2930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2925 }
2926
2927 public TableRow next() {
2928 rp.setRow(indices[++index]);
2929 return rp;
2930 }
2931
2932 public boolean hasNext() {
2933 //return row+1 < table.getRowCount();

Callers

nothing calls this directly

Calls 1

setRowMethod · 0.45

Tested by

no test coverage detected