Package com.ibm.icu.number
Class CompactNotation
java.lang.Object
com.ibm.icu.number.Notation
com.ibm.icu.number.CompactNotation
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
This class exposes no public functionality. To create a CompactNotation, use one of the factory
methods in Notation
.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompactNotation
Deprecated.This API is ICU internal only.Methods inherited from class com.ibm.icu.number.Notation
compactLong, compactShort, engineering, scientific, simple
-
Method Details
-
forCustomData
@Deprecated public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) Deprecated.This API is ICU internal only.Create a compact notation with custom data.- See Also:
-