clear method

void clear()

Implementation

void clear() {
  _links.clear();
  _counter = 0;
}