| Changed Methods |
int hashCode()
|
Documentation changed from old to new. |
Returns a hashcode for this Double object. |
double longBitsToDouble(long)
|
Documentation changed from old to new. |
Returns the double-float corresponding to a given bit represention. |
double parseDouble(String)
|
Documentation changed from old to new. |
Returns a new double initialized to the value represented by the specified String as performed by the valueOf method of class Double. |
int compareTo(Double)
|
Documentation changed from old to new. |
Compares two Doubles numerically. |
int compareTo(Object)
|
Documentation changed from old to new. |
Compares this Double to another Object. |
String toString(double)
|
Documentation changed from old to new. |
Creates a string representation of the double argument. |