|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.walend.measured.GEBellmanFordTest.BFGEDigraph.NodeIterator
| Field Summary | |
private boolean |
nextCalled
|
private java.lang.Object |
node
|
private IndexedIterator |
nodeIterator
|
| Constructor Summary | |
protected |
GEBellmanFordTest.BFGEDigraph.NodeIterator()
|
| Method Summary | |
boolean |
hasNext()
|
int |
index()
|
java.lang.Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private IndexedIterator nodeIterator
private boolean nextCalled
private java.lang.Object node
| Constructor Detail |
protected GEBellmanFordTest.BFGEDigraph.NodeIterator()
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic int index()
index in interface IndexedIteratorpublic void remove()
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException - because the underlying collection is immutable.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||