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