jlibs.core.util
Class ReverseComparator<T>
java.lang.Object
jlibs.core.util.ReverseComparator<T>
- All Implemented Interfaces:
- Comparator<T>
public class ReverseComparator<T>
- extends Object
- implements Comparator<T>
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseComparator
public ReverseComparator()
ReverseComparator
public ReverseComparator(Comparator<T> delegate)
compare
public int compare(T o1,
T o2)
- Specified by:
compare in interface Comparator<T>
Copyright © 2018. All rights reserved.