public class BinaryTree extends Object
Constructor and Description |
---|
BinaryTree() |
Modifier and Type | Method and Description |
---|---|
BinaryTree |
getLeftDtr() |
BinaryTree |
getMother() |
BinaryTree |
getRightDtr() |
Object |
getValue() |
BinaryTree |
newLeftDtr() |
BinaryTree |
newRightDtr() |
void |
setValue(Object value) |
public void setValue(Object value)
public BinaryTree newLeftDtr()
public BinaryTree newRightDtr()
public BinaryTree getLeftDtr()
public BinaryTree getRightDtr()
public BinaryTree getMother()
public Object getValue()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.