Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompactDecimalFormat |
The CompactDecimalFormat produces abbreviated numbers, suitable for display in environments will
limited real estate.
|
Modifier and Type | Method | Description |
---|---|---|
static ScientificNumberFormatter |
ScientificNumberFormatter.getMarkupInstance(DecimalFormat df,
String beginMarkup,
String endMarkup) |
Gets a ScientificNumberFormatter instance that uses
markup for exponents.
|
static ScientificNumberFormatter |
ScientificNumberFormatter.getSuperscriptInstance(DecimalFormat df) |
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents.
|
Copyright ? 2016 Unicode, Inc. and others.