clear method

void clear()

Implementation

void clear() {
  data.clear();
  totalCount = 0;
  pageIndex = 0;
  pageSize = 0;
}