|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.karneim.util.collection.set.DFASet.State
Nested Class Summary | |
protected static class |
DFASet.State.Transition
|
Field Summary | |
protected boolean |
isFinal
|
protected DFASet.State.Transition[] |
transitions
|
Constructor Summary | |
protected |
DFASet.State(boolean isFinal,
DFASet.State.Transition[] transitions)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final boolean isFinal
protected final DFASet.State.Transition[] transitions
Constructor Detail |
protected DFASet.State(boolean isFinal, DFASet.State.Transition[] transitions)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |