clear method

void clear()

Implementation

void clear() {
  items.clear();
  max = 0;
  totalNum = 0;
}