Package com.twicedb.client.api
Class IndexedQuery.SortByKey
java.lang.Object
com.twicedb.client.api.IndexedQuery.SortByKey
- All Implemented Interfaces:
Comparator<IndexCondition>
- Enclosing class:
- IndexedQuery<I extends Indexable>
-
Constructor Summary
-
Method Summary
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SortByKey
protected SortByKey()
-
-
Method Details
-
compare
public int compare(IndexCondition a, IndexCondition b) - Specified by:
compare
in interfaceComparator<IndexCondition>
-