clear method

void clear()

Implementation

void clear() {
  _items.clear();
  add(_items);
}