Package fr.formiko.usuel.structures
Class Tree<T>
java.lang.Object
fr.formiko.usuel.structures.Tree<T>
- All Implemented Interfaces:
Serializable
,Iterable<T>
- Direct Known Subclasses:
ImageTree
Custom Tree class using Generics.
- Author:
- Hydrolien
- See Also:
- Serialized Form
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
Iterator of the Tree -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
root
-
-
Constructor Details
-
Tree
public Tree()Main constructor.
-
-
Method Details