Constructor and Description |
---|
TreeIterator(NodeWithChildren start) |
Modifier and Type | Method and Description |
---|---|
NodeWithChildren |
currentNode() |
protected int |
getCursor() |
String |
getPath() |
boolean |
hasNext() |
protected void |
incCursor() |
Node |
next() |
protected NodeWithChildren |
pop() |
protected void |
push(NodeWithChildren node) |
void |
remove() |
protected void |
setCursor(int i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TreeIterator(NodeWithChildren start)
public String getPath()
protected void push(NodeWithChildren node)
protected NodeWithChildren pop()
public NodeWithChildren currentNode()
protected void setCursor(int i)
protected void incCursor()
protected int getCursor()
Copyright © 2008–2014. All rights reserved.