setRows method

void setRows(
  1. List<Row> r
)

Sets the rows (parity with bubbles).

Implementation

void setRows(List<Row> r) {
  rows = r;
}