Constructor | Description |
---|---|
TreeIterator(NodeWithChildren start) |
Modifier and Type | Method | 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) |
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–2019. All rights reserved.