![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
level-order iterator for BinaryTree
More...
Inheritance diagram for aud.BinaryTreeTraversal< T >.LevelorderIterator:
Collaboration diagram for aud.BinaryTreeTraversal< T >.LevelorderIterator:Public Member Functions | |
| boolean | hasNext () |
| void | remove () |
| BinaryTree< T > | next () |
Public Member Functions inherited from aud.BinarySearchTree.Iterator< BinaryTree< T > > | |
| boolean | hasNext () |
| Cursor | next () |
| void | remove () |
| not implemented More... | |
level-order iterator for BinaryTree
Definition at line 211 of file BinaryTreeTraversal.java.
| boolean aud.BinaryTreeTraversal< T >.LevelorderIterator.hasNext | ( | ) |
Definition at line 219 of file BinaryTreeTraversal.java.
| BinaryTree< T > aud.BinaryTreeTraversal< T >.LevelorderIterator.next | ( | ) |
Definition at line 227 of file BinaryTreeTraversal.java.
| void aud.BinaryTreeTraversal< T >.LevelorderIterator.remove | ( | ) |
| UnsupportedOperationException | (not implemented) |
Definition at line 223 of file BinaryTreeTraversal.java.