Uses of Class
com.ibm.icu.number.Notation

Packages that use Notation
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
  • Uses of Notation in com.ibm.icu.number

    Subclasses of Notation in com.ibm.icu.number
    Modifier and Type
    Class
    Description
    class 
    A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
    class 
    A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
    class 
    A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
    Methods in com.ibm.icu.number with parameters of type Notation
    Modifier and Type
    Method
    Description
    NumberFormatterSettings.notation(Notation notation)
    Specifies the notation style (simple, scientific, or compact) for rendering numbers.