clear method

void clear()

Implementation

void clear() {
  _records.clear();
  _newREcord();
  _rowIndex = 0;
}