|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dv.sbu.filehandler.ftl.dataprovider.navigation.NavigationIterator
public class NavigationIterator
Top-down iterator from a Navigation
to its NavigationNode
children.
Constructor Summary | |
---|---|
NavigationIterator(Navigation navigation)
Creates a new instance from a Navigation object. |
|
NavigationIterator(NavigationNode node)
Creates a new instance from a NavigationNode object. |
Method Summary | |
---|---|
boolean |
hasNext()
|
NavigationNode |
next()
|
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 NavigationIterator(Navigation navigation)
Navigation
object.
navigation
- The navigation to iterate through.public NavigationIterator(NavigationNode node)
NavigationNode
object.
node
- The node to iterate through from.Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<NavigationNode>
Iterator.hasNext()
public NavigationNode next()
next
in interface java.util.Iterator<NavigationNode>
Iterator.next()
public void remove()
remove
in interface java.util.Iterator<NavigationNode>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |