NumberFormat
Class NumberFormat
- java.lang.Object
-
- java.text.Format
-
- java.text.NumberFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ChoiceFormat, DecimalFormat
public abstract class NumberFormat extends Format
NumberFormat
is the abstract base class for all number formats. This class provides the interface for formatting and parsing numbers.