Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.util.Locale.Builder
Packages that use Locale.Builder
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Methods in java.util that return Locale.Builder
Locale.Builder.addUnicodeLocaleAttribute(String attribute)
Adds a unicode locale attribute, if not already present, otherwise has no effect.
Locale.Builder.clear()
Resets the builder to its initial, empty state.
Locale.Builder.clearExtensions()
Resets the extensions to their initial, empty state.
Locale.Builder.removeUnicodeLocaleAttribute(String attribute)
Removes a unicode locale attribute, if present, otherwise has no effect.
Locale.Builder.setExtension(char key, String value)
Sets the extension for the given key.
Locale.Builder.setLanguage(String language)
Sets the language.
Locale.Builder.setLanguageTag(String languageTag)
Resets the Builder to match the provided IETF BCP 47 language tag.
Locale.Builder.setLocale(Locale locale)
Resets the Builder to match the provided locale.
Locale.Builder.setRegion(String region)
Sets the region.
Locale.Builder.setScript(String script)
Sets the script.
Locale.Builder.setUnicodeLocaleKeyword(String key, String type)
Sets the Unicode locale keyword type for the given key.
Locale.Builder.setVariant(String variant)
Sets the variant.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz