public static class DBSSession.OrderByComparator extends Object implements Comparator<Map<String,Serializable>>
Modifier and Type | Field and Description |
---|---|
protected OrderByClause |
orderByClause |
Constructor and Description |
---|
OrderByComparator(OrderByClause orderByClause) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Map<String,Serializable> map1,
Map<String,Serializable> map2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected final OrderByClause orderByClause
public OrderByComparator(OrderByClause orderByClause)
public int compare(Map<String,Serializable> map1, Map<String,Serializable> map2)
compare
in interface Comparator<Map<String,Serializable>>
Copyright © 2018 Nuxeo. All rights reserved.