clear method

void clear()

Implementation

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