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

Packages that use MeasureFormat
com.ibm.icu.text 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 MeasureFormat in com.ibm.icu.text
 

Subclasses of MeasureFormat in com.ibm.icu.text
 class TimeUnitFormat
          Format or parse a TimeUnitAmount, using plural rules for the units where available.
 

Methods in com.ibm.icu.text that return MeasureFormat
static MeasureFormat MeasureFormat.getCurrencyFormat()
          Return a formatter for CurrencyAmount objects in the default locale.
static MeasureFormat MeasureFormat.getCurrencyFormat(ULocale locale)
          Return a formatter for CurrencyAmount objects in the given locale.
 



Copyright (c) 2009 IBM Corporation and others.