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. |
long currentTimeMillis()
|
Documentation changed from old to new. |
Returns the current time in milliseconds. |
Properties getProperties()
|
Documentation changed from old to new. |
Determines the current system properties. |
int identityHashCode(Object )
|
Documentation changed from old to new. |
Returns the same hash code for the given object as would be returned by the default method hashCode() whether or not the given object's class overrides hashCode(). |
void load(String )
|
Documentation changed from old to new. |
Loads a code file with the specified filename from the local file system as a dynamic library. |