public class BinaryTree
extends java.lang.Object
Constructor and Description |
---|
BinaryTree() |
Modifier and Type | Method and Description |
---|---|
BinaryTree |
getLeftDtr() |
BinaryTree |
getMother() |
BinaryTree |
getRightDtr() |
java.lang.Object |
getValue() |
BinaryTree |
newLeftDtr() |
BinaryTree |
newRightDtr() |
void |
setValue(java.lang.Object value) |
public void setValue(java.lang.Object value)
public BinaryTree newLeftDtr()
public BinaryTree newRightDtr()
public BinaryTree getLeftDtr()
public BinaryTree getRightDtr()
public BinaryTree getMother()
public java.lang.Object getValue()
Copyright © 2013. All Rights Reserved.