API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.spi. CurrencyNameProvider View Source
Author(s)
Since
1.6
Version
@(#)CurrencyNameProvider.java 1.2 05/11/17
Serial
Hierarchy
 Object
      LocaleServiceProvider
          CurrencyNameProvider
Implements
Subclasses
Description
publicabstract abstract class CurrencyNameProvider
  An abstract class for service providers that provide localized currency symbols for the Currency class.
See also:   
Constructors
protected CurrencyNameProvider ()
  Sole constructor.
Methods
Hide/Show inherited methods
publicabstract Locale getAvailableLocales () [Inherited From LocaleServiceProvider]
  Returns an array of all locales for which this locale service provider can provide localized objects or names.
publicabstract String getSymbol (String currencyCode, Locale locale)
  Gets the symbol of the given currency code for the specified locale.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar