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

/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java43 * The <code>System</code> class contains several useful class fields
46 * <p>Among the facilities provided by the <code>System</code> class
55 public final class System { class
70 private System() { method in class:System
90 * System.out.println(data)
210 synchronized (System.class) {
258 * Sets the System security.
378 * long startTime = System.nanoTime();
380 * long estimatedTime = System.nanoTime() - startTime;}</pre>
384 * long t0 = System
[all...]

Completed in 31 milliseconds