public class System extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
arraycopy(Object value,
int srcBegin,
Object dst,
int dstBegin,
int count) |
static long |
currentTimeMillis() |
static void |
exit(int exitCode) |
static String |
getProperty(String name) |
static String |
getProperty(String key,
String def) |
static int |
identityHashCode(Object obj) |
static String |
lineSeparator()
Returns the system-dependent line separator string.
|
public static void arraycopy(Object value, int srcBegin, Object dst, int dstBegin, int count)
public static long currentTimeMillis()
public static int identityHashCode(Object obj)
public static String lineSeparator()
line.separator.
On UNIX systems, it returns "\n"; on Microsoft
Windows systems it returns "\r\n".
public static void exit(int exitCode)
Copyright © 2013 API Design. All Rights Reserved.