org.xBaseJ.indexes
Class BinaryTree

java.lang.Object
  extended by org.xBaseJ.indexes.BinaryTree

public class BinaryTree
extends Object

This class is courtesy of the xBaseJ project: http://xbasej.sourceforge.net/ Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA

 American Coders, Ltd
 P. O. Box 97462
 Raleigh, NC  27615  USA
 1-919-846-2014
 http://www.americancoders.com
 

Author:
Joe McVerry, American Coders Ltd.

Constructor Summary
BinaryTree(NodeKey inkey, int inWhere, BinaryTree top)
           
 
Method Summary
 BinaryTree getLeast()
           
 BinaryTree getNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTree

public BinaryTree(NodeKey inkey,
                  int inWhere,
                  BinaryTree top)
Method Detail

getLeast

public BinaryTree getLeast()

getNext

public BinaryTree getNext()


Copyright © 2007-2011. All Rights Reserved.