Generated by
JDiff

Class java.lang.ThreadGroup

Documentation changed from old to new.

Changed Methods
boolean allowThreadSuspension(boolean) Documentation changed from old to new.
The definition of this call depends on {@link #suspend}, which is deprecated.
int getMaxPriority() Documentation changed from old to new.
Returns the maximum priority of this thread group.
ThreadGroup getParent() Documentation changed from old to new.
Returns the parent of this thread group.
void interrupt() Documentation changed from old to new.
Interrupts all threads in this thread group.
boolean isDestroyed() Documentation changed from old to new.
Tests if this thread group has been destroyed.
void setMaxPriority(int) Documentation changed from old to new.
Sets the maximum priority of the group.