Searched defs:parseDouble (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DDouble.java539 public static double parseDouble(String s) throws NumberFormatException { method in class:Double
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DDatatypeConverter.java257 public static double parseDouble( String lexicalXSDDouble ) { method in class:DatatypeConverter
259 return theConverter.parseDouble( lexicalXSDDouble );
H A DDatatypeConverterInterface.java177 public double parseDouble( String lexicalXSDDouble ); method in interface:DatatypeConverterInterface
H A DDatatypeConverterImpl.java230 public double parseDouble(String lexicalXSDDouble) { method in class:DatatypeConverterImpl
255 return Double.parseDouble(val);

Completed in 57 milliseconds