Package org.databene.commons.comparator

Provides implementation and framework for java.util.Comparator

See:
          Description

Class Summary
ArrayComparator<E> Compares two arrays by the first array elements with a Comparator.
BooleanComparator Compares values of type Boolean or boolean.
ComparatorChain<E> Delegates comparation to a chain of comparators.
ComparatorFactory Creates comparators by the type of the objects to be compared.
ComparatorProxy<E> Abstract Comparator proxy.
CompositeTextComparator Splits texts into tokens of words and numbers and compares them element-wise.
DoubleComparator Compares values of type Double or double.
IntComparator Compares values of type Integer or int.
LongComparator Compares values of type Long or long.
NumberComparator<E extends Number> Generic comparator for Number objects of different type.
ObjectTypeComparator Comparator that compares objects by its Java type with a predefined order.
ReverseComparator<E> Reverts the result of another Comparator.
StringComparator Compares two Strings with a Collator.
TypeComparator Compares classes based on a predefined order.
 

Package org.databene.commons.comparator Description

Provides implementation and framework for java.util.Comparator



Copyright © 2010. All Rights Reserved.