public final class DFAImplEdgeList.EdgeIterableOutgoing
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
short |
getActivity() |
int |
getTarget() |
boolean |
hasNext() |
short |
nextActivity() |
int |
nextEdge() |
int |
nextTarget() |
void |
remove() |
void |
reset(int source)
Sets the iterator to the beginning of the edges of source.
|
public void reset(int source)
source
- public boolean hasNext()
public int getTarget()
public short getActivity()
public int nextEdge()
public void remove()
public int nextTarget()
public short nextActivity()