Uses of Class
com.ibm.icu.text.UFormat

Packages that use UFormat
Package
Description
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.
  • Uses of UFormat in com.ibm.icu.text

    Subclasses of UFormat in com.ibm.icu.text
    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    ICU 50 Use SimpleDateFormat instead.
    class 
    Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
    class 
    [icu enhancement] ICU's replacement for java.text.DateFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
    class 
    DateIntervalFormat is a class for formatting and parsing date intervals in a language-independent manner.
    class 
    [icu enhancement] ICU's replacement for java.text.DecimalFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
    class 
    Deprecated.
    ICU 56 Use MeasureFormat or RelativeDateTimeFormatter instead.
    class 
    A formatter for Measure objects.
    class 
    [icu enhancement] ICU's replacement for java.text.MessageFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
    class 
    [icu enhancement] ICU's replacement for java.text.NumberFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
    class 
    PluralFormat supports the creation of internationalized messages with plural inflection.
    class 
    The RuleBasedNumberFormat class formats numbers according to a set of rules.
    class 
    [icu enhancement] ICU's replacement for java.text.SimpleDateFormat. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
    class 
    Deprecated.
    ICU 53 use MeasureFormat instead.
    class 
    TimeZoneFormat supports time zone display name formatting and parsing.