System
Complete API reference for System, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class System
Static Methods
| Signature | Returns | Description |
|---|---|---|
gc() | void | Runs the Java garbage collector. |
exit() | void | Quits the game by calling GameController.quit(). |
exit(int) | void | Quits the game by calling GameController.quit(). |
load(String) | void | Not supported. |
loadLibrary(String) | void | Not supported. |
mapLibraryName(String) | String | Not supported. |
lineSeparator() | String | Returns the line separator string for the current operating system. |
arraycopy(Object, int, Object, int, int) | void | Copies an array from the specified source to the specified destination. |
currentTimeMillis() | long | Returns the current time in milliseconds. |
nanoTime() | long | Returns the current time in nanoseconds. |