Package org.dmfs.jems2.comparator
-
Class Summary Class Description By<T> AComparatorwhich compares objects by a key derived from the compared objects.Composite<T> AComparatorwhich delegates the comparison of two instances to otherComparators until the first one returns a non-zero result.DelegatingComparator<T> An abstractComparatorwhich delegates to another Comparator.GreaterAbsent<V> AComparatorforOptionalvalues.IterableComparator<T> Comparator forIterables.OptionalComparator<V> AComparatorforOptionalvalues.Reverse<T> AComparatorwhich reverses the order of anotherComparator.