|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.System
public class System
Library of system level methods.
Field Summary | |
---|---|
static PrintStream |
err
Current error output stream. |
static PrintStream |
out
Current output stream. |
Method Summary | |
---|---|
static long |
currentTimeMillis()
Returns the system's millisecond counter. |
static void |
exit(int exitCode)
Exit the application. |
static int |
identityHashCode(Object o)
Gets the default (identity) hash code for the specified object. |
static void |
setErr(PrintStream newErr)
Sets the error output stream. |
static void |
setOut(PrintStream newOut)
Sets the output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Field Detail |
---|
public static PrintStream err
public static PrintStream out
Method Detail |
---|
public static long currentTimeMillis()
public static void exit(int exitCode)
exitCode
- code indicating why the application exitedpublic static int identityHashCode(Object o)
This hash code is guarenteed to be unique for each object. Two objects return the same identity hash code, they are the same object instance.
o
- object
public static void setErr(PrintStream newErr)
newErr
- new error output streampublic static void setOut(PrintStream newOut)
newOut
- new output stream
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |