public class StateTool
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T extends Enum<?>>
void
check(T currentState,
T... expectedStates)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StateTool
public StateTool()
-
Method Details
-
check
public static <T extends Enum<?>> void check(T currentState,
T... expectedStates)