ChoiceFormat.format

ChoiceFormat.format

Class Overview | Class Members | This Package | All Packages

Syntax 1
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



Syntax 2
public StringBuffer format( double number, StringBuffer toAppendTo, FieldPosition status )
Description
Specialization of format.

Overrides
format in class NumberFormat