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

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

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

Classes in org.omnaest.utils.structure.hierarchy.tree with type parameters of type TreeNode
 interface Tree<M,TN extends TreeNode>
          A Tree acts as a container for a TreeNode object graph.
 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>
           
 

Methods in org.omnaest.utils.structure.hierarchy.tree with type parameters of type TreeNode
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.
 

Methods in org.omnaest.utils.structure.hierarchy.tree that return types with arguments of type TreeNode
 List<TreeNode<M>> TreeNode.getChildrenList()
          Returns the List of references to the children of the current TreeNode
 

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

Subinterfaces of TreeNode in org.omnaest.utils.structure.hierarchy.tree.object
 interface ObjectTreeNode
          TreeNode for Object graphs
 

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

Methods in org.omnaest.utils.structure.hierarchy.tree.object that return types with arguments of type TreeNode
 List<TreeNode<ObjectTreeNode.ObjectModel>> ObjectToTreeNodeAdapter.getChildrenList()
           
 



Copyright © 2013. All Rights Reserved.