Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.collections.comparators

Class Summary
AbstractTestComparator Abstract test class for testing the Comparator interface.
BooleanComparator A java.util.Comparator for java.lang.Boolean objects that can sort either true or false first.
ComparableComparator A Comparator that compares Comparable objects.
ComparatorChain A 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.
TestAll Entry point for all Comparator Collections tests.
TestBooleanComparator Tests for BooleanComparator.
TestComparableComparator  
TestComparator  
TestComparatorChain  
TestComparatorChain.ColumnComparator  
TestComparatorChain.PseudoRow  
TestFixedOrderComparator Test class for FixedOrderComparator.
TestNullComparator Test the NullComparator
TestNullComparator.TestNullComparator1 Test the NullComparator with nulls high, using comparable comparator
TestNullComparator.TestNullComparator2 Test the NullComparator with nulls low using the comparable comparator
TestReverseComparator  
TransformingComparator Decorates another Comparator with transformation behavior.