public class TreeNode<D> extends Object
TreeNode(D e)
boolean
addChild(TreeNode<D> child)
Set<TreeNode<D>>
getChildren()
D
getElem()
TreeNode<D>
getParent()
isLeaf()
isRoot()
void
setParent(TreeNode<D> parent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeNode(D e)
public D getElem()
public TreeNode<D> getParent()
public boolean isLeaf()
public boolean isRoot()
public void setParent(TreeNode<D> parent)
public Set<TreeNode<D>> getChildren()
public boolean addChild(TreeNode<D> child)
Copyright © 2024 Soot OSS. All rights reserved.