Class CollectionUtil.ReverseComparator<T>
java.lang.Object
com.twelvemonkeys.util.CollectionUtil.ReverseComparator<T>
- All Implemented Interfaces:
Comparator<T>
- Enclosing class:
CollectionUtil
- Version:
- $Id: com/twelvemonkeys/util/CollectionUtil.java#3 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
comparator
-
-
Constructor Details
-
ReverseComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<T>
-