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>