ThreadGroup.add

void add(Thread t)

Add t to the list of tracked threads if it is not already being tracked.

Parameters

tThe thread to add. In: t must not be null.