public static enum SteadyState.ReplacementStrategy extends java.lang.Enum<SteadyState.ReplacementStrategy>
Modifier and Type | Method and Description |
---|---|
static SteadyState.ReplacementStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SteadyState.ReplacementStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteadyState.ReplacementStrategy WORST
public static final SteadyState.ReplacementStrategy RANDOM
public static SteadyState.ReplacementStrategy[] values()
for (SteadyState.ReplacementStrategy c : SteadyState.ReplacementStrategy.values()) System.out.println(c);
public static SteadyState.ReplacementStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null