![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
inorder iterator for BinaryTree
More...
Public Member Functions | |
BinaryTree< T > | next () |
![]() | |
boolean | hasNext () |
void | remove () |
![]() | |
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.