Modifier and Type | Method and Description |
---|---|
TreeNode<java.lang.String> |
GenealogyTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
ListADT<TreeNode<T>> |
TreeNode.getChildren()
Return the list of children.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.addChild(TreeNode<T> child)
Add a TreeNode as a new child TreeNode
to this node.
|