public class FloatPatternFormat extends NumberPatternFormat<Float>
| Constructor and Description |
|---|
FloatPatternFormat() |
FloatPatternFormat(String pattern,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Float |
parse(String string)
Parses a String into an object
|
format, getLocale, getNumberFormat, getPattern, getPrecision, getRounding, setLocale, setPattern, setPrecision, setRoundingApache Camel