| Package | Description |
|---|---|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.FilteringMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Locale |
Locale.FilteringMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|