org.xBaseJ.indexes
Class BinaryTree
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryTree
public BinaryTree(NodeKey inkey,
int inWhere,
BinaryTree top)
getLeast
public BinaryTree getLeast()
getNext
public BinaryTree getNext()
Copyright © 2007-2011. All Rights Reserved.