JML

Uses of Class
java.lang.Thread

Packages that use Thread
java.lang JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
 

Uses of Thread in java.lang
 

Fields in java.lang declared as Thread
private  Thread Thread.threadQ
           
(package private)  Thread[] ThreadGroup.threads
           
 

Methods in java.lang that return Thread
static Thread Thread.currentThread()
           
 

Methods in java.lang with parameters of type Thread
 void SecurityManager.checkAccess(Thread t)
           
static int Thread.enumerate(Thread[])
           
(package private)  void ThreadGroup.add(Thread)
           
(package private)  void ThreadGroup.remove(Thread)
           
 int ThreadGroup.enumerate(Thread[])
           
private  int ThreadGroup.enumerate(Thread[], int, boolean)
           
 int ThreadGroup.enumerate(Thread[], boolean)
           
 void ThreadGroup.uncaughtException(Thread, Throwable)
           
 void Runtime.addShutdownHook(Thread hook)
           
 boolean Runtime.removeShutdownHook(Thread hook)
           
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.