clear method

void clear()
inherited

清除数据

Implementation

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