MCPcopy Index your code
hub / github.com/processing/processing / next

Method next

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

Source from the content-addressed store, hash-verified

2845 }
2846
2847 public TableRow next() {
2848 rp.setRow(++row);
2849 return rp;
2850 }
2851
2852 public boolean hasNext() {
2853 return row+1 < table.getRowCount();

Callers

nothing calls this directly

Calls 1

setRowMethod · 0.45

Tested by

no test coverage detected