Top Constructors Methods
sun.util.resources.cldr.provider

public Class CLDRLocaleDataMetaInfo

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

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 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

Constructor Detail

CLDRLocaleDataMetaInfoback to summary
public CLDRLocaleDataMetaInfo()

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
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