Uses of Class
java.lang.Double

 

Packages that use Double

java.lang Provides classes that are fundamental to the design of the Java programming language.
 

 

 

static Double Double.valueOf(String s)
    Returns a Double object holding the double value represented by the argument string s.
 

 int Double.compareTo(Double anotherDouble)
    Compares two Double objects numerically.