Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberFormatterSettings<T extends NumberFormatterSettings<?>>
An abstract base class for specifying settings related to number formatting.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizedNumberFormatter
A NumberFormatter that has a locale associated with it; this means .format() methods are available.
|
class |
UnlocalizedNumberFormatter
A NumberFormatter that does not yet have a locale.
|
Copyright © 2016 Unicode, Inc. and others.