Item % of partially implemented % of fully implemented
java.lang
30
getRuntime() : Runtime
exit(int) : void
addShutdownHook(Thread) : void
removeShutdownHook(Thread) : boolean
halt(int) : void
exec(String) : Process
exec(String, String[]) : Process
exec(String[]) : Process
exec(String[], String[]) : Process
exec(String[], String[], File) : Process
availableProcessors() : int
freeMemory() : long
totalMemory() : long
maxMemory() : long
gc() : void
runFinalization() : void
load(String) : void
loadLibrary(String) : void
version() : Runtime$Version