removeAll method

void removeAll()

Implementation

void removeAll() {
  nodes.clear();
}