public static enum Function0.Const extends Enum<Function0.Const> implements Function0<Object>
Function0.Const, Function0.Constant<K>| Enum Constant and Description |
|---|
NULL |
| Modifier and Type | Method and Description |
|---|---|
static Function0.Const |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function0.Const[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Function0.Const NULL
public static Function0.Const[] values()
for (Function0.Const c : Function0.Const.values()) System.out.println(c);
public static Function0.Const 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.