Uses of Class
com.ibm.icu.util.Measure
Packages that use Measure
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
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.
International calendars and other utility classes.
-
Uses of Measure in com.ibm.icu.number
Methods in com.ibm.icu.number with parameters of type MeasureModifier and TypeMethodDescriptionFormat the givenMeasureorCurrencyAmountto a string using the settings specified in the NumberFormatter fluent setting chain. -
Uses of Measure in com.ibm.icu.text
Methods in com.ibm.icu.text that return MeasureModifier and TypeMethodDescriptionMeasureFormat.parseObject(String source, ParsePosition pos) Parses text from a string to produce aMeasure.Methods in com.ibm.icu.text with parameters of type MeasureModifier and TypeMethodDescriptionMeasureFormat.formatMeasurePerUnit(Measure measure, MeasureUnit perUnit, StringBuilder appendTo, FieldPosition pos) Formats a single measure per unit.final StringMeasureFormat.formatMeasures(Measure... measures) Format a sequence of measures.MeasureFormat.formatMeasures(StringBuilder appendTo, FieldPosition fpos, Measure... measures) Formats a sequence of measures. -
Uses of Measure in com.ibm.icu.util
Subclasses of Measure in com.ibm.icu.utilModifier and TypeClassDescriptionclassAn amount of currency, consisting of a Number and a Currency.classExpress a duration as a time unit and number.