clear method

void clear()

Utility method to clear collection

Implementation

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