public static enum CaseFoldData.CaseFoldUnfoldAlgorithm extends Enum<CaseFoldData.CaseFoldUnfoldAlgorithm>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
ECMAScriptNonUnicode |
ECMAScriptUnicode |
PythonAscii |
PythonUnicode |
| Modifier and Type | Method and Description |
|---|---|
BiPredicate<Integer,Integer> |
getEqualsPredicate() |
static CaseFoldData.CaseFoldUnfoldAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseFoldData.CaseFoldUnfoldAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseFoldData.CaseFoldUnfoldAlgorithm ECMAScriptNonUnicode
public static final CaseFoldData.CaseFoldUnfoldAlgorithm ECMAScriptUnicode
public static final CaseFoldData.CaseFoldUnfoldAlgorithm PythonAscii
public static final CaseFoldData.CaseFoldUnfoldAlgorithm PythonUnicode
public static CaseFoldData.CaseFoldUnfoldAlgorithm[] values()
public static CaseFoldData.CaseFoldUnfoldAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic BiPredicate<Integer,Integer> getEqualsPredicate()