Uses of Class
com.ibm.icu.util.CurrencyAmount
-
Packages that use CurrencyAmount Package Description 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 CurrencyAmount in com.ibm.icu.text
Methods in com.ibm.icu.text that return CurrencyAmount Modifier and Type Method Description CurrencyAmount
CompactDecimalFormat. parseCurrency(CharSequence text, ParsePosition parsePosition)
Parsing is currently unsupported, and throws an UnsupportedOperationException.CurrencyAmount
DecimalFormat. parseCurrency(CharSequence text, ParsePosition parsePosition)
Parses text from the given string as a CurrencyAmount.CurrencyAmount
NumberFormat. parseCurrency(CharSequence text, ParsePosition pos)
Parses text from the given string as a CurrencyAmount.Methods in com.ibm.icu.text with parameters of type CurrencyAmount Modifier and Type Method Description StringBuffer
DecimalFormat. format(CurrencyAmount currAmt, StringBuffer result, FieldPosition fieldPosition)
Formats a CurrencyAmount.String
NumberFormat. format(CurrencyAmount currAmt)
Convenience method to format a CurrencyAmount.StringBuffer
NumberFormat. format(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos)
Formats a CurrencyAmount.
-