|
Algorithm Development Kit 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - Basic type of the nodes of the binary tree.public interface IBinaryTreeNode<T>
Base structure for a BinaryTree ensures there is a typed left and right child.
| Method Summary | |
|---|---|
T |
getLeftSon()
Return the left son associated with this node. |
T |
getRightSon()
Return the right son associated with this node. |
| Method Detail |
|---|
T getLeftSon()
T getRightSon()
|
Algorithm Development Kit 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||