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, getNumberFormat, getPattern, setPatternApache Camel