-
Subclasses of LocaleServiceProvider in java.text.spi
| Modifier and Type |
Class |
Description |
class |
BreakIteratorProvider |
This abstract class should be extended by service providers that provide
instances of BreakIterator.
|
class |
CollatorProvider |
This abstract class should be extended by service providers which provide
instances of Collator.
|
class |
DateFormatProvider |
This abstract class should be extended by service providers that provide
instances of DateFormat.
|
class |
DateFormatSymbolsProvider |
This abstract class should be extended by service providers that provide
instances of DateFormatSymbols.
|
class |
DecimalFormatSymbolsProvider |
This abstract class should be extended by service providers that provide
instances of DecimalFormatSymbols.
|
class |
NumberFormatProvider |
This abstract class should be extended by service providers that provide
NumberFormat instances.
|
-
Subclasses of LocaleServiceProvider in java.util.spi
| Modifier and Type |
Class |
Description |
class |
CurrencyNameProvider |
This abstract class should be extended by service providers that provide
localized currency symbols (currency names) from currency codes.
|
class |
LocaleNameProvider |
This abstract class should be extended by service providers that provide
localized locale names.
|
class |
TimeZoneNameProvider |
This abstract class should be extended by service providers that provide
localized time zone names.
|