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 and Description |
---|---|
class |
CompactDecimalFormat
Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
|
Modifier and Type | Method and 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.