|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.graph.algorithm.path.PathIterator
Field Summary | |
private int |
highMark
|
private java.util.List |
queue
|
private java.lang.Thread |
thread
|
Constructor Summary | |
PathIterator()
|
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
notifyPath(Path path)
|
void |
remove()
|
void |
setThread(java.lang.Thread thread)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.List queue
private java.lang.Thread thread
private int highMark
Constructor Detail |
public PathIterator()
Method Detail |
public void setThread(java.lang.Thread thread)
public void remove()
remove
in interface java.util.Iterator
public void notifyPath(Path path)
notifyPath
in interface PathListener
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |