com.objexcel.util
Class Sorting.ReverseComparer

java.lang.Object
  |
  +--com.objexcel.util.Sorting.Comparer
        |
        +--com.objexcel.util.Sorting.ReverseComparer

public static final class Sorting.ReverseComparer
extends Sorting.Comparer

reversing the order of the given comparer


Constructor Summary
Sorting.ReverseComparer(Sorting.Comparer c)
           
 
Method Summary
 int compare(java.lang.Object a, java.lang.Object b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorting.ReverseComparer

public Sorting.ReverseComparer(Sorting.Comparer c)
Method Detail

compare

public int compare(java.lang.Object a,
                   java.lang.Object b)
Overrides:
compare in class Sorting.Comparer