csc241.samples.Set
Class treeNode

java.lang.Object
  |
  +--csc241.samples.Set.treeNode

public class treeNode
extends java.lang.Object


Constructor Summary
treeNode(java.lang.Comparable e, treeNode l, treeNode r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

treeNode

public treeNode(java.lang.Comparable e,
                treeNode l,
                treeNode r)