public class DefaultLongFormatter extends Object
Long.toString(long)
Constructor and Description |
---|
DefaultLongFormatter()
Creates a new formatter.
|
DefaultLongFormatter(String nullIndicator)
Creates a new formatter.
|
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 DefaultLongFormatter()
public DefaultLongFormatter(String nullIndicator)
nullIndicator
- 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 © 2016 Actian Corporation. All rights reserved.