As I understand the doc, ParseDouble function made something like :
Double parseDouble(String s) throws ... {
return new Double(Double.valueOf(s));
}
As I understand the doc, ParseDouble function made something like :
Double parseDouble(String s) throws ... {
return new Double(Double.valueOf(s));
}