|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryTree
A generic binary tree.
TreeWalker
Field Summary | |
---|---|
static java.lang.String |
REV
Revision information. |
static int |
VERS
Class version number. |
Method Summary | |
---|---|
BinaryTree |
left()
Retrieves the left child subtree of this node. |
BinaryTree |
right()
Retrieves the right child subtree of this node. |
Field Detail |
---|
static final java.lang.String REV
static final int VERS
Method Detail |
---|
BinaryTree left()
BinaryTree right()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |