Uses of Interface
org.omnaest.utils.structure.hierarchy.tree.Tree

Packages that use Tree
org.omnaest.utils.structure.hierarchy.tree   
org.omnaest.utils.structure.hierarchy.tree.object   
 

Uses of Tree in org.omnaest.utils.structure.hierarchy.tree
 

Classes in org.omnaest.utils.structure.hierarchy.tree with type parameters of type Tree
 class TreeNavigator<T extends Tree<?,TN>,TN extends TreeNode>
          A TreeNavigator allows to navigate on a given Tree.
static interface TreeNavigator.TreeNodeVisitor<T extends Tree<?,TN>,TN extends TreeNode>
           
 

Fields in org.omnaest.utils.structure.hierarchy.tree declared as Tree
protected  T TreeNavigator.tree
           
 

Methods in org.omnaest.utils.structure.hierarchy.tree with type parameters of type Tree
static
<M,TN extends TreeNode<M>,T extends Tree<M,TN>>
Map<M,List<M>>
TreeHelper.treeNodeModelToChildrenTreeNodeModelListMap(T tree)
          Similar to TreeHelper.treeNodeToChildrenTreeNodeListMap(Tree) but for the model of the TreeNodes
static
<M,TN extends TreeNode<M>,T extends Tree<M,TN>>
Map<TN,List<TN>>
TreeHelper.treeNodeToChildrenTreeNodeListMap(T tree)
          Returns a Map containing all TreeNodes of the hierarchy of a given Tree mapped to a List of all children TreeNodes for each key node.
 

Uses of Tree in org.omnaest.utils.structure.hierarchy.tree.object
 

Subinterfaces of Tree in org.omnaest.utils.structure.hierarchy.tree.object
 interface ObjectTree
          Tree for Object graphs
 

Classes in org.omnaest.utils.structure.hierarchy.tree.object that implement Tree
 class ObjectToTreeNodeAdapter
          Adapter to make any Object available as ObjectTreeNode.
 



Copyright © 2013. All Rights Reserved.