ThreadGroup.remove
void remove(Thread t)Removes t from the list of tracked threads. No operation will be performed if t is not currently being tracked by this object.
Parameters
t | The thread to remove. In: t must not be null. |
void remove(Thread t)Removes t from the list of tracked threads. No operation will be performed if t is not currently being tracked by this object.
t | The thread to remove. In: t must not be null. |