| 
 | |||||||||
| 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 | REVRevision information. | 
| static int | VERSClass 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 | ||||||||