| BroadFirstIterableTree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree service that permits to iterate
with a broad-first approach.
|
| DepthFirstIterableTree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree service that permits to iterator
with a depth-first approach.
|
| Forest<D> |
This is the generic definition of a
forest of trees.
|
| ForestListener |
Called each time an event occurs on a tree forest.
|
| IcosepTreeNodeContainer<N extends TreeNode<?,N>> |
This interfaces permits to define a tree node container
which is containing an icosep tree node.
|
| IterableNode<N extends IterableNode<?>> |
This interface is used to specify the base functions
of a tree node which is usable by an tree iterator.
|
| Tree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree.
|
| TreeNode<D,N extends TreeNode<D,?>> |
This is the generic implementation of a tree node.
|
| TreeNodeListener |
Called each time an event occurs on a tree node.
|