Searched defs:Runtime (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DRuntime.java47 * <code>Runtime</code> that allows the application to interface with
54 * @see java.lang.Runtime#getRuntime()
58 public class Runtime { class
59 private static Runtime currentRuntime = new Runtime();
86 * Most of the methods of class <code>Runtime</code> are instance
89 * @return the <code>Runtime</code> object associated with the current
92 public static Runtime getRuntime() {
97 private Runtime() {} method in class:Runtime
342 * indicates abnormal termination. If the <tt>{@link Runtime#exi
[all...]

Completed in 86 milliseconds