ThreadGroup.add
void add(Thread t)Add t to the list of tracked threads if it is not already being tracked.
Parameters
t | The thread to add. In: t must not be null. |
void add(Thread t)Add t to the list of tracked threads if it is not already being tracked.
t | The thread to add. In: t must not be null. |