![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
helper: generates PostorderIterator
More...
Inheritance diagram for aud.BinaryTreeTraversal< T >.Postorder:
Collaboration diagram for aud.BinaryTreeTraversal< T >.Postorder:Public Member Functions | |
| Iterator< BinaryTree< T > > | iterator () |
Public Member Functions inherited from aud.BinaryTreeTraversal< T >.Traversal | |
| String | toString () |
helper: generates PostorderIterator
Definition at line 194 of file BinaryTreeTraversal.java.
| Iterator< BinaryTree< T > > aud.BinaryTreeTraversal< T >.Postorder.iterator | ( | ) |
Definition at line 197 of file BinaryTreeTraversal.java.