ChoiceFormat.format
Class Overview | Class Members |
This Package |
All Packages
public StringBuffer format( long number,
StringBuffer toAppendTo,
FieldPosition status )
Description
Specialization of format. This method really calls
format(double, StringBuffer, FieldPosition)
thus the range of longs that are supported is only equal to
the range that can be stored by double. This will never be
a practical limitation.
Overrides
format in class NumberFormat
public StringBuffer format( double number,
StringBuffer toAppendTo,
FieldPosition status )
Description
Specialization of format.
Overrides
format in class NumberFormat