⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 

Package org.apache.commons.collections.comparators

This package contains implementations of the java.util.Comparator Comparator interface.
BooleanComparator A Comparator for Boolean objects.
ComparableComparator A Comparator Comparator that compares Comparable Comparable objects.
ComparatorChainA ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
FixedOrderComparator A Comparator which imposes a specific order on a specific set of Objects.
NullComparator A Comparator that will compare nulls to be either lower or higher than other objects.
ReverseComparator Reverses the order of another comparator by reversing the arguments to its #compare compare method.
TransformingComparator Decorates another Comparator with transformation behavior.