Class BinaryTreeTest

java.lang.Object
  |
  +--BinaryTreeTest

public class BinaryTreeTest
extends java.lang.Object

Class BinaryTreeTest exercises the BinaryTree class.


Constructor Summary
BinaryTreeTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate a BinaryTree class and call its methods with some test data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTreeTest

public BinaryTreeTest()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate a BinaryTree class and call its methods with some test data. Output the results to stdout.