Package org.apache.commons.collections.comparators

Contains concrete Comparator implementations.

Class Summary

ComparableComparator A Comparator that compares Comparable objects.
ComparatorChain A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
NullComparator A Comparator that will compare nulls to be either lower or higher than other objects.
ReverseComparator Reverses the order of another comparator.
TransformingComparator Decorates another Comparator with transformation behavior.
Contains concrete Comparator implementations. You may also consider using CompatorUtils, which is a single class that uses static methods to construct instances of the classes in this package.

Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.