clear method

void clear()

Clear all pooled lists

Implementation

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