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