public class DFAGraph.TopIterator extends java.lang.Object implements java.util.Iterator<DFANode>
DFAGraph.TopIterator()
DFAGraph.TopIterator(DFANode root)
boolean
hasNext()
DFANode
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DFAGraph.TopIterator()
public DFAGraph.TopIterator(DFANode root)
public boolean hasNext()
hasNext
java.util.Iterator<DFANode>
public DFANode next()
next
public void remove()
remove