Package org.omnaest.utils.structure.hierarchy.tree

Interface Summary
Tree<M,TN extends TreeNode> A Tree acts as a container for a TreeNode object graph.
TreeNavigator.TreeNodeVisitor<T extends Tree<?,TN>,TN extends TreeNode>  
TreeNode<M> Representation of a single node of a Tree.
 

Class Summary
TreeHelper Helper for Tree instances
TreeNavigator<T extends Tree<?,TN>,TN extends TreeNode> A TreeNavigator allows to navigate on a given Tree.
TreeNavigator.TreeNodeVisitor.TraversalConfiguration Configuration for the TreeNavigator.traverse(TreeNodeVisitor) methods.
 

Enum Summary
TreeNavigator.LocalAndReducedTraversalControl Reduced TreeNavigator.TreeNodeVisitor.TraversalControl which affects the local behavior
TreeNavigator.TreeNodeVisitor.TraversalControl Controls the ongoing traversal of the TreeNavigator
 



Copyright © 2013. All Rights Reserved.