| Interface | Description |
|---|---|
| FlatTree<V,T extends FlatTree<V,T>> |
Tree specification, where the nodes of the whole tree are stored in an array.
|
| Tree<V,T extends Tree<V,T>> |
General purpose tree structure.
|
| Class | Description |
|---|---|
| FlatTreeNode<T> |
Default implementation of the
FlatTree interface. |
| Tree.Path |
This class represents the path to child within a given tree.
|
| TreeFormatter |
Definition of different tree formatter strategies.
|
| TreeNode<T> |
A general purpose node in a tree data-structure.
|
© 2007-2019 Franz Wilhelmstötter (2019-11-18 20:30)