public class AggregateOrderByComparator<T> extends OrderByComparator<T>
| Constructor and Description |
|---|
AggregateOrderByComparator(List<OrderByComparator<T>> orderByComparators) |
AggregateOrderByComparator(OrderByComparator<T>... orderByComparators) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T t1,
T t2) |
String |
getOrderBy() |
Comparator<T> |
reversed() |
getOrderByConditionFields, getOrderByConditionValues, getOrderByFields, isAscending, isAscending, toStringpublic AggregateOrderByComparator(List<OrderByComparator<T>> orderByComparators)
public AggregateOrderByComparator(OrderByComparator<T>... orderByComparators)
public String getOrderBy()
getOrderBy in class OrderByComparator<T>public Comparator<T> reversed()