com.licel.jcardsim.samples.odSample.packageA
Class ATreeNode

java.lang.Object
  extended by com.licel.jcardsim.samples.odSample.packageA.ATreeNode

public class ATreeNode
extends Object

Class represents nodes of a binary tree.


Constructor Summary
ATreeNode(short currDepth, short maxDepth)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATreeNode

public ATreeNode(short currDepth,
                 short maxDepth)
Constructor. Makes children if depth of tree not reached maxdepth yet