Uses of Class
java.lang.Double
-
Packages that use Double Package Description java.lang -
-
Uses of Double in java.lang
Methods in java.lang that return Double Modifier and Type Method Description static Double
Double. valueOf(double d)
Returns aDouble
instance for the specified double value.static Double
Double. valueOf(String string)
Parses the specified string as a double value.Methods in java.lang with parameters of type Double Modifier and Type Method Description int
Double. compareTo(Double object)
Compares this object to the specified double object to determine their relative order.
-