![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
preorder iterator for BinaryTree
More...
Public Member Functions | |
BinaryTree< T > | next () |
![]() | |
boolean | hasNext () |
void | remove () |
![]() | |
boolean | hasNext () |
return true unless "advanced" over tail More... | |
T | next () |
return current entry and advance More... | |
void | remove () |
not implemented More... | |
boolean | equals (Object other) |
preorder iterator for BinaryTree
Definition at line 54 of file BinaryTreeTraversal.java.
BinaryTree< T > aud.BinaryTreeTraversal< T >.PreorderIterator.next | ( | ) |
Definition at line 58 of file BinaryTreeTraversal.java.