java.lang.Double
static double parseDouble(String s)
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
static Double valueOf(String s)
Returns a Double object holding the double value represented by the argument string s.