Thread.getAll

Provides a list of all threads currently being tracked by the system. Note that threads in the returned array might no longer run (see Thread..isRunning).

class Thread
static
getAll
(
)

Return Value

Type: Thread[]

An array containing references to all threads currently being tracked by the system. The result of deleting any contained objects is undefined.

Suggestion Box / Bug Report