Top Fields Constructors Methods
sun.util.resources.provider

public Class NonBaseLocaleDataMetaInfo

extends Object
implements LocaleDataMetaInfo
Class Inheritance
All Implemented Interfaces
sun.util.locale.provider.LocaleDataMetaInfo
Imports
java.util.HashMap, .Map, sun.util.locale.provider.LocaleDataMetaInfo

Field Summary

Modifier and TypeField and Description
private static final Map<String, String>

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
availableLanguageTags(String
category of the locale data.
category
)

Implements sun.util.locale.provider.LocaleDataMetaInfo.availableLanguageTags.

Returns the string concatenation of the supported language tags in this LocaleData instance

public static String
public LocaleProviderAdapter.Type
getType()

Implements sun.util.locale.provider.LocaleDataMetaInfo.getType.

Returns the type of LocaleProviderAdapter for which this LocaleData provides the data.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

resourceNameToLocalesback to summary
private static final Map<String, String> resourceNameToLocales

Constructor Detail

NonBaseLocaleDataMetaInfoback to summary
public NonBaseLocaleDataMetaInfo()

Method Detail

availableLanguageTagsback to summary
public String availableLanguageTags(String category)

Implements sun.util.locale.provider.LocaleDataMetaInfo.availableLanguageTags.

Doc from sun.util.locale.provider.LocaleDataMetaInfo.availableLanguageTags.

Returns the string concatenation of the supported language tags in this LocaleData instance

Parameters
category:String

category of the locale data.

Returns:String

concatenated language tags, separated by a space.

Annotations
@Override
getSupportedLocaleStringback to summary
public static String getSupportedLocaleString(String resourceName)
getTypeback to summary
public LocaleProviderAdapter.Type getType()

Implements sun.util.locale.provider.LocaleDataMetaInfo.getType.

Doc from sun.util.locale.provider.LocaleDataMetaInfo.getType.

Returns the type of LocaleProviderAdapter for which this LocaleData provides the data.

Returns:LocaleProviderAdapter.Type

type The type of the adapter.

Annotations
@Override