java.io.Serializable
, java.lang.Comparable<ULocale.Minimize>
@Deprecated public static enum ULocale.Minimize extends java.lang.Enum<ULocale.Minimize>
Enum Constant | Description |
---|---|
FAVOR_REGION |
Deprecated.
This API is ICU internal only.
|
FAVOR_SCRIPT |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
static ULocale.Minimize |
valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ULocale.Minimize[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final ULocale.Minimize FAVOR_SCRIPT
@Deprecated public static final ULocale.Minimize FAVOR_REGION
public static ULocale.Minimize[] values()
for (ULocale.Minimize c : ULocale.Minimize.values()) System.out.println(c);
public static ULocale.Minimize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright ? 2016 Unicode, Inc. and others.