java.util. Locale. Builder

GPTKB entity

Statements (42)
Predicate Object
gptkbp:instance_of gptkb:building
gptkbp:can language, region, variant, script, extensions
gptkbp:can_be_extended_by with additional locale attributes
gptkbp:can_be_used_for localization
gptkbp:can_create using default constructor
Locale objects
custom locales
gptkbp:can_set_extensions using key-value pairs
gptkbp:can_set_language to any valid language code
gptkbp:can_set_region to any valid region code
gptkbp:can_set_script to any valid script code
gptkbp:can_set_variant to any valid variant
gptkbp:has_field locale
language Tag
gptkbp:has_method clear()
build()
set Extension(char key, String value)
set Language(String language)
set Region(String region)
set Script(String script)
set Variant(String variant)
https://www.w3.org/2000/01/rdf-schema#label java.util. Locale. Builder
gptkbp:hyper_threading gptkb:true
false
gptkbp:is_available_in gptkb:Java_Development_Kit_(JDK)
gptkbp:is_available_on gptkb:Java_7
gptkbp:is_compatible_with Locale class
gptkbp:is_documented_in Java API documentation
gptkbp:is_not_serializable false
gptkbp:is_often_used_in Java applications
gptkbp:is_part_of gptkb:java.util._Locale
gptkb:Java_programming_language
gptkb:Java_Standard_Library
gptkbp:is_supported_by Java SE 7 and later
gptkbp:is_used_by developers for locale management
gptkbp:is_used_for creating locale instances with specific attributes
gptkbp:is_used_in internationalization
formatting and parsing of locale-sensitive data
gptkbp:package_manager gptkb:java.util
gptkbp:provides fluent interface
gptkbp:serialization gptkb:true
gptkbp:type_of gptkb:item