clear method

void clear()

Implementation

void clear() {
  nodeRoot.children.clear();
  children.clear();
}