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

Method next

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

Source from the content-addressed store, hash-verified

2892 }
2893
2894 public TableRow next() {
2895 rp.setRow(++row);
2896 return rp;
2897 }
2898
2899 public boolean hasNext() {
2900 return row+1 < table.getRowCount();

Callers

nothing calls this directly

Calls 1

setRowMethod · 0.45

Tested by

no test coverage detected