JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.aoju.bus.core.lang.Locale
Packages that use
Locale
Package
Description
org.aoju.bus.core.lang
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
Uses of
Locale
in
org.aoju.bus.core.lang
Methods in
org.aoju.bus.core.lang
that return
Locale
Modifier and Type
Method
Description
static
Locale
Locale.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Locale
[]
Locale.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.