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

/libcore/ojluni/src/main/java/java/lang/
H A DSystem.java49 * The <code>System</code> class contains several useful class fields
52 * <p>Among the facilities provided by the <code>System</code> class
61 public final class System { class
63 private System() { method in class:System
83 * System.out.println(data)
127 * This lets us do gc/runFinlization/gc sequences but prevents back to back System.gc().
213 synchronized (System.class) {
328 * long startTime = System.nanoTime();
330 * long estimatedTime = System.nanoTime() - startTime;}</pre>
334 * long t0 = System
[all...]

Completed in 137 milliseconds