Interface DoubleSimpleTypeHandler
-
public interface DoubleSimpleTypeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleparseDouble(String text)StringtoText(double value)
-
public interface DoubleSimpleTypeHandler
| Modifier and Type | Method | Description |
|---|---|---|
double |
parseDouble(String text) |
|
String |
toText(double value) |