| Constructor and Description |
|---|
TreenodeIterator(BaseComponent root)
Iterates all descendants of root node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if iterator not at end.
|
Treenode |
next()
Returns next tree item, preparing internal state to retrieve next node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic TreenodeIterator(BaseComponent root)
root - The root node.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.