![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
postorder iterator for BinaryTree
More...
Inheritance diagram for aud.BinaryTreeTraversal< T >.PostorderIterator:
Collaboration diagram for aud.BinaryTreeTraversal< T >.PostorderIterator:Public Member Functions | |
| boolean | hasNext () |
| BinaryTree< T > | next () |
Public Member Functions inherited from aud.BinaryTreeTraversal< T >.RecursiveTraversalIterator | |
| boolean | hasNext () |
| void | remove () |
Public Member Functions inherited from aud.BinarySearchTree.Iterator< BinaryTree< T > > | |
| boolean | hasNext () |
| Cursor | next () |
| void | remove () |
| not implemented More... | |
postorder iterator for BinaryTree
Definition at line 125 of file BinaryTreeTraversal.java.
| boolean aud.BinaryTreeTraversal< T >.PostorderIterator.hasNext | ( | ) |
Reimplemented from aud.BinaryTreeTraversal< T >.RecursiveTraversalIterator.
Definition at line 164 of file BinaryTreeTraversal.java.
| BinaryTree< T > aud.BinaryTreeTraversal< T >.PostorderIterator.next | ( | ) |
Definition at line 169 of file BinaryTreeTraversal.java.