Class CurrencyFormat

All Implemented Interfaces:
Serializable, Cloneable

class CurrencyFormat extends MeasureFormat
Temporary internal concrete subclass of MeasureFormat implementing parsing and formatting of CurrencyAmount objects. This class is likely to be redesigned and rewritten in the near future.

This class currently delegates to DecimalFormat for parsing and formatting.

See Also: