public class PostOrderTreeTraversal2<V,T extends GenericTree<V,T>> extends AbstractTreeTraversal<T>
| Constructor and Description |
|---|
PostOrderTreeTraversal2(T root) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
getTreeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic PostOrderTreeTraversal2(T root)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann