ThreadGroup.add

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

class ThreadGroup
final
void
add

Parameters

t Thread

The thread to add.

In: t must not be null.

Meta