|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.graph.structure.opt.OptNode.RelatedIterator
An iterator used to iterate over related nodes.
| Constructor Summary | |
OptNode.RelatedIterator(OptNode node)
|
|
| Method Summary | |
boolean |
hasNext()
Determines if there are any more related nodes to return. |
java.lang.Object |
next()
Returns the next related node. |
void |
remove()
Not supported. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OptNode.RelatedIterator(OptNode node)
| Method Detail |
public void remove()
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationExceptionpublic boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||