DFA.states

A set of all DFA states. Use {@link Map} so we can get old state back ({@link Set} only allows you to see if it's there).

class DFA
DFAState[DFAState] states;

Meta