![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
inorder iterator for BinaryTree
More...
Inheritance diagram for aud.BinaryTreeTraversal< T >.InorderIterator:
Collaboration diagram for aud.BinaryTreeTraversal< T >.InorderIterator:Public Member Functions | |
| 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... | |
inorder iterator for BinaryTree
Definition at line 83 of file BinaryTreeTraversal.java.
| BinaryTree< T > aud.BinaryTreeTraversal< T >.InorderIterator.next | ( | ) |
Definition at line 96 of file BinaryTreeTraversal.java.