add abstract method

void add(
  1. T child
)

Adds child node.

Implementation

void add(T child);