| Package | Description |
|---|---|
| com.ibm.icu.text |
| 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.