clear method

void clear()

Implementation

void clear() {
  _spans.clear();
  _rootSpans.clear();
  _childSpans.clear();
  _spansById.clear();
}