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