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