org.xBaseJ.indexes
Class KeyList

java.lang.Object
  extended byorg.xBaseJ.indexes.KeyList
All Implemented Interfaces:
Comparator

public class KeyList
extends Object
implements Comparator

Author:
Joe McVerry - American Coders, Ltd. a comparator class for keylist objects

Constructor Summary
KeyList(NodeKey v, int i)
           
 
Method Summary
 int compare(Object arg0, Object arg1)
           
 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(Object arg0,
                   Object arg1)
Specified by:
compare in interface Comparator


Copyright © 1997-2007 American Coders Ltd. All Rights Reserved.