API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text.spi. DecimalFormatSymbolsProvider View Source
Author(s)
Since
1.6
Version
@(#)DecimalFormatSymbolsProvider.java 1.2 05/11/17
Serial
Hierarchy
 Object
      LocaleServiceProvider
          DecimalFormatSymbolsProvider
Implements
Subclasses
Description
publicabstract abstract class DecimalFormatSymbolsProvider
  An abstract class for service providers that provide instances of the DecimalFormatSymbols class.
See also:   
Constructors
protected DecimalFormatSymbolsProvider ()
  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 DecimalFormatSymbols getInstance (Locale locale)
  Returns a new DecimalFormatSymbols instance for the specified locale.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar