Interface IOrder<T>
-
- All Superinterfaces:
Comparator<T>
- All Known Implementing Classes:
ApplicationReport.OrderByHitsAsc
,ApplicationReport.OrderByHitsDesc
,ApplicationReport.OrderByPageNameAsc
,ApplicationReport.OrderByPageNameDesc
,GlobalReport.OrderByHitsAsc
,GlobalReport.OrderByHitsDesc
public interface IOrder<T> extends Comparator<T>
-
-
Method Summary
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-