|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
TreeHelper.treeNodeModelToChildrenTreeNodeModelListMap(T tree)
Similar to TreeHelper.treeNodeToChildrenTreeNodeListMap(Tree) but for the model of the TreeNodes |
|
static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||