Class Comparators.ComparatorReverser<CompareType>

java.lang.Object
org.apache.hadoop.yarn.service.utils.Comparators.ComparatorReverser<CompareType>
Type Parameters:
CompareType - the type that is being compared
All Implemented Interfaces:
Serializable, Comparator<CompareType>
Enclosing class:
Comparators

public static class Comparators.ComparatorReverser<CompareType> extends Object implements Comparator<CompareType>, Serializable
Little template class to reverse any comparitor
See Also: