clear method

void clear()

Clear all items in the collection

Implementation

void clear() {
  _rows.clear();
}