Generated by
JDiff

Class java.lang.System

Documentation changed from old to new.

Changed Methods
void arraycopy(Object, int, Object, int, int) Documentation changed from old to new.
Copies an array from the specified source array beginning at the specified position to the specified position of the destination array.
Properties getProperties() Documentation changed from old to new.
Determines the current system properties.
SecurityManager getSecurityManager() Documentation changed from old to new.
Gets the system security interface.
String getenv(String) Documentation changed from old to new.
The preferred way to extract system-dependent information is the system properties of the java.lang.System.getProperty methods and the corresponding getTypeName methods of the Boolean, Integer, and Long primitive types.
int identityHashCode(Object) Documentation changed from old to new.
Returns the same hashcode for the given object as would be returned by the default method hashCode() whether or not the given object's class overrides hashCode().
String mapLibraryName(String) Documentation changed from old to new.
Maps a library name into a platform-specific string representing a native library.
void runFinalizersOnExit(boolean) Documentation changed from old to new.
This method is inherently unsafe.
void setErr(PrintStream) Documentation changed from old to new.
Reassigns the "standard" error output stream.
void setOut(PrintStream) Documentation changed from old to new.
Reassigns the "standard" output stream.
void setProperties(Properties) Documentation changed from old to new.
Sets the system properties to the Properties argument.
String setProperty(String, String) Documentation changed from old to new.
Sets the system property indicated by the specified key.
void setSecurityManager(SecurityManager) Documentation changed from old to new.
Sets the System security.
String getProperty(String) Documentation changed from old to new.
Gets the system property indicated by the specified key.
String getProperty(String, String) Documentation changed from old to new.
Gets the system property indicated by the specified key.