removeChild abstract method

void removeChild(
  1. TKey nodeId
)

Removes the child for the given node.

Implementation

void removeChild(TKey nodeId);