public class DoublePatternFormat extends NumberPatternFormat<Double>
| Constructor and Description |
|---|
DoublePatternFormat() |
DoublePatternFormat(String pattern,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Double |
parse(String string)
Parses a String into an object
|
format, getNumberFormat, getPattern, setPatternApache Camel