com.licel.jcardsim.samples.odSample.packageA
Class ATreeNode
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATreeNode
public ATreeNode(short currDepth,
short maxDepth)
- Constructor. Makes children if depth of tree not reached
maxdepth yet