Java java.util Currency fields, constructors, methods, implement or subclass

Example usage for Java java.util Currency fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util Currency.

The text is from its open source code.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
SetgetAvailableCurrencies()
Gets the set of available currencies.
StringgetCurrencyCode()
Gets the ISO 4217 currency code of this currency.
intgetDefaultFractionDigits()
Gets the default number of fraction digits used with this currency.
StringgetDisplayName()
Gets the name that is suitable for displaying this currency for the default Locale.Category#DISPLAY DISPLAY locale.
StringgetDisplayName(Locale locale)
Gets the name that is suitable for displaying this currency for the specified locale.
CurrencygetInstance(String currencyCode)
Returns the Currency instance for the given currency code.
CurrencygetInstance(Locale locale)
Returns the Currency instance for the country of the given locale.
intgetNumericCode()
Returns the ISO 4217 numeric code of this currency.
StringgetSymbol()
Gets the symbol of this currency for the default Locale.Category#DISPLAY DISPLAY locale.
StringgetSymbol(Locale locale)
Gets the symbol of this currency for the specified locale.
StringtoString()
Returns the ISO 4217 currency code of this currency.