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
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 comparein interfaceComparator<IndexCondition>
 
 -