public final class State extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(Character character,
State next) |
void |
addGroup(Character character,
State next) |
Set<State> |
get(Character character) |
State |
getDefaultState() |
Set<State> |
getGroup(Character character) |
MapOfSets<Character,State> |
getGroups() |
MapOfSets<Character,State> |
getTransitions() |
static State |
state(String name) |
static State |
state(String name,
State defaultState) |
String |
toString() |
Copyright © 2020. All rights reserved.