public interface NumberFormatFactory
NumberFormat
objects. Conceals the complexity associated with configuring, constructing, and/or
caching number format instances.Modifier and Type | Method and Description |
---|---|
java.text.NumberFormat |
getNumberFormat()
Factory method that returns a fully-configured
NumberFormat instance to use to format an object for
display. |