public static enum CharPredicateCache.Result extends Enum<CharPredicateCache.Result>
Enum Constant and Description |
---|
FALSE |
NOT_CACHEABLE |
NOT_FOUND |
TRUE |
Modifier and Type | Method and Description |
---|---|
static CharPredicateCache.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharPredicateCache.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharPredicateCache.Result TRUE
public static final CharPredicateCache.Result FALSE
public static final CharPredicateCache.Result NOT_FOUND
public static final CharPredicateCache.Result NOT_CACHEABLE
public static CharPredicateCache.Result[] values()
for (CharPredicateCache.Result c : CharPredicateCache.Result.values()) System.out.println(c);
public static CharPredicateCache.Result 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 nullCopyright © 2017. All rights reserved.