org.openmobileis.database.fastobjectdb.db.query.soda
Class SodaIntIndexComparator
java.lang.Object
org.openmobileis.database.fastobjectdb.db.query.soda.SodaIndexComparator
org.openmobileis.database.fastobjectdb.db.query.soda.SodaIntIndexComparator
- public final class SodaIntIndexComparator
- extends SodaIndexComparator
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SodaIntIndexComparator
public SodaIntIndexComparator()
setOperand
public boolean setOperand(java.lang.Object ope)
- Specified by:
setOperand
in class SodaIndexComparator
mergeIndexComporator
public void mergeIndexComporator(SodaIndexComparator index)
- Specified by:
mergeIndexComporator
in class SodaIndexComparator
addComparator
public boolean addComparator(int comparator)
- Specified by:
addComparator
in class SodaIndexComparator
getSearchAlgo
public int getSearchAlgo()
- Specified by:
getSearchAlgo
in class SodaIndexComparator
isSelected
public boolean isSelected(int searchInt)
- return true if the key must be selected for the specified
search int
compareTo
public int compareTo(int searchInt)
- return >0 if the key is after the specified
search int, <0 if before and 0 if equals.
Copyright 2005 e-Care. All Rights Reserved.