|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.System
| Field Summary | |
static java.io.PrintStream |
err
The standard error stream |
static java.io.PrintStream |
out
The standard output stream |
| Method Summary | |
static void |
arraycopy(Object src,
int src_pos,
Object dst,
int dst_pos,
int length)
Copy an array from a source array to a destination array |
static long |
currentTimeMillis()
Get the current time in milliseconds |
static void |
exit(int status)
Exit the current application |
static void |
gc()
Garbage collect |
static java.lang.String |
getProperty(java.lang.String key)
Get a property |
static int |
identityHashCode(Object x)
get the hash code for an object (this is the location of the object in memory). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.io.PrintStream err
public static java.io.PrintStream out
| Method Detail |
public static void arraycopy(Object src,
int src_pos,
Object dst,
int dst_pos,
int length)
src - The source arraysrc_pos - The position in the source array to startdst - The destination arraydst_pos - The position in the destination array to startlength - The number of elements to copypublic static long currentTimeMillis()
public static void exit(int status)
status - The status codepublic static void gc()
public static java.lang.String getProperty(java.lang.String key)
throws NullPointerException,
IllegalArgumentException
key - The property key
NullPointerException - if the key is null
IllegalArgumentException - if the key is emptypublic static int identityHashCode(Object x)
0x80000008 but 0.
x - The object to get the hash code for
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||