public class LongFormat extends AbstractNumberFormat<Long>
| Constructor and Description |
|---|
LongFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Long object)
Formats the object into a String
|
Long |
parse(String string)
Parses a String into an object
|
getFormat, getMultiplier, getPrecision, hasImpliedDecimalPositionApache Camel