remove abstract method

void remove(
  1. Node child
)

Remove a child node.

Implementation

void remove(Node child);