clear method

void clear()

清除数据

Implementation

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