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 |
CompactNotation
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
|
class |
ScientificNotation
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
|
class |
SimpleNotation
A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
|
Modifier and Type | Method and Description |
---|---|
T |
NumberFormatterSettings.notation(Notation notation)
Specifies the notation style (simple, scientific, or compact) for rendering numbers.
|
Copyright © 2016 Unicode, Inc. and others.