Package fr.formiko.usuel.structures
Class Tree.TreeIterator<T>
java.lang.Object
fr.formiko.usuel.structures.Tree.TreeIterator<T>
- All Implemented Interfaces:
Serializable
,Iterator<T>
Iterator of the Tree
- Author:
- Hydrolien
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTreeIterator(Tree<T> tree)
Initialize pointer to head of the list for iteration. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
current
-
heapNextChild
-
-
Constructor Details
-
TreeIterator
Initialize pointer to head of the list for iteration.
-
-
Method Details