clear method

void clear()

Utility method to clear container

Implementation

void clear() {
  _instances.clear();
  _references.clear();
}