Class ReversePriorityStatisticsMapper

All Implemented Interfaces:
SearchRequestAppender.Factory<IssueConstant>, StatisticsMapper<IssueConstant>, FieldValueLoader<IssueConstant>

public class ReversePriorityStatisticsMapper extends PriorityStatisticsMapper implements StatisticsMapper<IssueConstant>
This StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.

This class needs to minimise its outgoing references so as not to cause memory leaks. See comments in PriorityStatisticsMapper.