Thread.enumerate

Thread.enumerate

Class Overview | Class Members | This Package | All Packages

Syntax
public static int enumerate( Thread tarray[] )
Returns
the number of threads put into the array.
Description
Copies into the specified array every active thread in this thread group and its subgroups. This method simply calls the enumerate method of this thread's thread group with the array argument.

See Also
enumerate