org.xBaseJ.indexes
Class KeyList

java.lang.Object
  extended by org.xBaseJ.indexes.KeyList
All Implemented Interfaces:
Comparator<KeyList>

public class KeyList
extends Object
implements Comparator<KeyList>

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
KeyList(NodeKey v, int i)
           
 
Method Summary
 int compare(KeyList a, KeyList b)
           
 int getWhere()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

KeyList

public KeyList(NodeKey v,
               int i)
Method Detail

getWhere

public int getWhere()

compare

public int compare(KeyList a,
                   KeyList b)
Specified by:
compare in interface Comparator<KeyList>


Copyright © 2007-2011. All Rights Reserved.