Class BinarySearchTreeTest

java.lang.Object
  |
  +--BinarySearchTreeTest

public class BinarySearchTreeTest
extends java.lang.Object

Class BinarySearchTreeTest exercises the BinarySearchTree class.


Constructor Summary
BinarySearchTreeTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate a BinarySearchTree 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

BinarySearchTreeTest

public BinarySearchTreeTest()
Method Detail

main

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