- arraycopy
void arraycopy(T[] src, size_t srcPos, T[] dest, size_t destPos, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- currentTimeMillis
long currentTimeMillis()
Undocumented in source. Be warned that the author may not have intended to support it.
- err
PrintStream err()
Undocumented in source. Be warned that the author may not have intended to support it.
- exit
void exit(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
- getProperty
String getProperty(String key, String defval)
Undocumented in source. Be warned that the author may not have intended to support it.
- getProperty
String getProperty(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
- identityHashCode
int identityHashCode(Object x)
Undocumented in source. Be warned that the author may not have intended to support it.
- out_
PrintStream out_()
Undocumented in source. Be warned that the author may not have intended to support it.
- setProperty
void setProperty(String key, String value)
Undocumented in source. Be warned that the author may not have intended to support it.