public class DoubleStringConverter extends StringConverter<java.lang.Double>
StringConverter implementation for Double
(and double primitive) values.
| Constructor and Description |
|---|
DoubleStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
fromString(java.lang.String value)
Converts the string provided into an object defined by the specific converter.
|
java.lang.String |
toString(java.lang.Double value)
Converts the object provided into its string form.
|
public java.lang.Double fromString(java.lang.String value)
fromString in class StringConverter<java.lang.Double>public java.lang.String toString(java.lang.Double value)
toString in class StringConverter<java.lang.Double>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.