public class LongFormatter extends Object
Constructor and Description |
---|
LongFormatter(NumberFormat format)
Creates a formatter using the specified format.
|
LongFormatter(NumberFormat format,
String nullIndicator)
Creates a formatter using the specified format.
|
Modifier and Type | Method and Description |
---|---|
String |
format()
Formats the current value of the source as a text value.
|
void |
setSource(ScalarValued source)
Sets the container holding values to be formatted.
|
public LongFormatter(NumberFormat format)
format
- the output format to usepublic LongFormatter(NumberFormat format, String nullIndicator)
format
- the output format to usenullIndicator
- the text value to use for null valuespublic final void setSource(ScalarValued source)
TokenFormatter
setSource
in interface TokenFormatter
source
- the value container to formatpublic final String format()
TokenFormatter
format
in interface TokenFormatter
Copyright © 2020 Actian Corporation. All rights reserved.