clear method

void clear()

Implementation

void clear() {
  _buckets.clear();
  _pool.clear();
  _cat.clear();
}