| 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. |
| TreeNode<T> |
A general purpose node in a tree data-structure.
|
© 2007-2018 Franz Wilhelmstötter (2018-10-28 17:23)