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

/libcore/luni/src/main/java/java/lang/
H A DSystem.java68 public final class System { class
104 * This lets us do gc/runFinlization/gc sequences but prevents back to back System.gc().
180 private System() { method in class:System
748 // to be present for System.getProperty. For java.class.version, we use the maximum
924 * <tr><td>java.class.path</td> <td>System class path</td> <td>{@code .}</td></tr>
1205 * Used to set System.err, System.in, and System.out.
1241 * The unmodifiable environment variables map. System.getenv() specifies

Completed in 439 milliseconds