| Package | Description |
|---|---|
| de.topobyte.adt.avltree | |
| de.topobyte.adt.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeImplNode<T>
|
| Modifier and Type | Method and Description |
|---|---|
BinaryTreeNode |
AvlTree.getBinaryRoot()
|
BinaryTreeNode |
TreeImplNode.getLeft()
|
BinaryTreeNode |
TreeImplNode.getRight()
|
| Modifier and Type | Method and Description |
|---|---|
BinaryTreeNode |
BinaryTree.getBinaryRoot()
|
BinaryTreeNode |
BinaryTreeNode.getLeft()
|
BinaryTreeNode |
BinaryTreeNode.getRight()
|