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 | Method | Description |
---|---|---|
static NumberFormatter.SignDisplay |
NumberFormatter.SignDisplay.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NumberFormatter.SignDisplay[] |
NumberFormatter.SignDisplay.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
T |
NumberFormatterSettings.sign(NumberFormatter.SignDisplay style) |
Sets the plus/minus sign display strategy.
|
ScientificNotation |
ScientificNotation.withExponentSignDisplay(NumberFormatter.SignDisplay exponentSignDisplay) |
Sets whether to show the sign on positive and negative exponents in scientific notation.
|
Copyright © 2016 Unicode, Inc. and others.