edu.neu.ccs.demeterf.examples
Class RBTest

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.RBTest

public class RBTest
extends java.lang.Object

Test of the RBTree library class. Draws the tree to a frame using DemeterF traversal of course! Uses the Augmentor (update) protocol to divide the canvas into two halves and draw a nice, pretty tree. Hit keys to see the ASCII codes added to the tree as it is automatically ballanced.


Constructor Summary
RBTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBTest

public RBTest()
Method Detail

main

public static void main(java.lang.String[] args)