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
92 lineSeparator = System.getProperty("line.separator");
132 private System() { method in class:System
266 // to be present for System.getProperty. For java.class.version, we use the maximum
369 * <tr><td>java.class.path</td> <td>System class path</td> <td>{@code .}</td></tr>
645 * The unmodifiable environment variables map. System.getenv() specifies

Completed in 230 milliseconds