|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOptNode.RelatedIterator
public class 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. |
Object |
next()
Returns the next related node. |
void |
remove()
Not supported. |
Methods inherited from class 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 Iterator
UnsupportedOperationException
public boolean hasNext()
hasNext
in interface Iterator
Iterator.hasNext()
public Object next()
next
in interface Iterator
Iterator.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |