Generated by
JDiff

Class java.lang.Long

Documentation changed from old to new.

Changed Methods
Long decode(String) Documentation changed from old to new.
Decodes a String into a Long.
int compareTo(Long) Documentation changed from old to new.
Compares two Longs numerically.
int compareTo(Object) Documentation changed from old to new.
Compares this Long to another Object.
Long getLong(String) Documentation changed from old to new.
Determines the long value of the system property with the specified name.
Long getLong(String, Long) Documentation changed from old to new.
Returns the long value of the system property with the specified name.
Long getLong(String, long) Documentation changed from old to new.
Determines the long value of the system property with the specified name.
String toString(long) Documentation changed from old to new.
Returns a new String object representing the specified integer.