Class IndexedQuery.SortByKey

java.lang.Object
com.twicedb.client.api.IndexedQuery.SortByKey
All Implemented Interfaces:
Comparator<IndexCondition>
Enclosing class:
IndexedQuery<I extends Indexable>

protected static class IndexedQuery.SortByKey extends Object implements Comparator<IndexCondition>
  • Constructor Details

    • SortByKey

      protected SortByKey()
  • Method Details

    • compare

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