Field Summary |
|
static final PrintStream |
err The print stream for errors (similar to standard error) |
static final PrintStream |
out The print stream for normal text (similar to standard out) |
Method Summary |
|
static void |
arraycopy(Object src, int srcPos, Object dest, int destPos, int length) copy elements between two arrays |
static long |
currentTimeMillis() Returns a time value in milliseconds |
static void |
exit(int status) Exits the running virtual machine |
static void |
gc() Runs the garbage collector |
static void |
throwRuntimeException(String a) This is a helper function to exit the virtual machine showing an error. |
Field Detail |
Method Detail |