remove method

void remove()

Implementation

void remove() {
  nodeRoot.remove();
}