X - protected static class TreeBranch.PreOrderIterator<X extends Serializable> extends Object implements Iterator<X>
| Constructor and Description |
|---|
PreOrderIterator(TreeBranch<X> rootNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
X |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PreOrderIterator(TreeBranch<X> rootNode)
public X next()
next in interface Iterator<X extends Serializable>public boolean hasNext()
hasNext in interface Iterator<X extends Serializable>public void remove()
remove in interface Iterator<X extends Serializable>Copyright © 2018 LSST. All rights reserved.