|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An EdgeNodeIterator with methods to get indicies.
| Method Summary | |
int |
fromIndex()
Returns the index of the node that his edge begins at. |
int |
toIndex()
Returns the index of the node that this edge reaches. |
| Methods inherited from interface net.walend.digraph.EdgeNodeIterator |
fromNode, hasNext, next, remove, toNode |
| Method Detail |
public int fromIndex()
java.lang.IllegalStateException - if the next method has not yet been called, or the remove method has already been called after the last call to the next method.public int toIndex()
java.lang.IllegalStateException - if the next method has not yet been called, or the remove method has already been called after the last call to the next method.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||