Top Interfaces Classes
module java.base

Package sun.util.resources


Interface Summary

Modifier and TypeInterface and Description
public interface
CalendarDataProvider

An interface for the internal locale data provider for which ResourceBundle searches.

public interface
CurrencyNamesProvider

An interface for the internal locale data provider for which ResourceBundle searches.

public interface
LocaleDataProvider

An interface for the internal locale data provider for which ResourceBundle searches.

public interface
LocaleNamesProvider

An interface for the internal locale data provider for which ResourceBundle searches.

public interface
TimeZoneNamesProvider

An interface for the internal locale data provider for which ResourceBundle searches.

Class Summary

Modifier and TypeClass and Description
public abstract class
BreakIteratorResourceBundle

BreakIteratorResourceBundle is an abstract class for loading BreakIterator data (rules or dictionary) from each module.

public abstract class
public class
public class
public class
LocaleData

Provides information about and access to resource bundles in the sun.text.resources and sun.util.resources packages or in their corresponding packages for CLDR.

public class
public abstract class
LocaleNamesBundle

Implements ResourceBundle for LocaleNames bundles that don't provide the complete set of locale names.

public abstract class
OpenListResourceBundle

Subclass of ResourceBundle which mimics ListResourceBundle, but provides more hooks for specialized subclass behavior.

public abstract class
ParallelListResourceBundle

ParallelListResourceBundle is another variant of ListResourceBundle supporting "parallel" contents provided by another resource bundle (OpenListResourceBundle).

public class
public abstract class
TimeZoneNamesBundle

Subclass of ResourceBundle with special functionality for time zone names.