Uses of Class
com.luchersol.core.util.collection.Tree.TreeNode
Packages that use Tree.TreeNode
-
Uses of Tree.TreeNode in com.luchersol.core.util.collection
Fields in com.luchersol.core.util.collection with type parameters of type Tree.TreeNodeModifier and TypeFieldDescriptionfinal List<Tree.TreeNode<T>> Tree.TreeNode.childrenThe list of child nodes of this node.Methods in com.luchersol.core.util.collection that return Tree.TreeNodeMethods in com.luchersol.core.util.collection with parameters of type Tree.TreeNodeModifier and TypeMethodDescriptionvoidTree.TreeNode.addChild(Tree.TreeNode<T> child) Adds a child node to this node.