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