Package org.jutil.java.comparator

Class Summary
ComparableComparator Trivial Comparator that uses the Comparable interface of objects to compare.
ExtendedComparator A Comparator with more convenient methods than java.util.Comparator.
InverseComparator An ExtendedComparator that inverts another Comparator.