count method

int count()

How many rows the dataset holds.

Returns The row count.

Implementation

int count() {
  return rows.length;
}