Package org.oddjob.beancmpr.comparers

Various Comparers to be used in matching.

See:
          Description

Interface Summary
ComparersByType A collection of Comparers.
HierarchicalComparer A Comparer that uses other Comparers to create it's comparison.
MultiItemComparisonCounts Stats.
NumericComparison Represent a comparison between two numeric values.
 

Class Summary
ArrayComparer Compares to Arrays of Objects.
ComparersByTypeList An implementation of ComparersByType backed by a List.
CompositeComparersByType A {@link Comparer that uses a number of child compares to find the correct comparer.
DateComparer  
DefaultComparersByType Default Comparers.
EqualityComparer A comparer that uses the equals method of an object.
EqualityComparison<T> A simple comparison where the result of a compare was that two values are not equal.
IterableComparer<T> Compares to Iterables.
IterableComparison<T> A Comparison that is the result of comparing many things.
NumericComparer A Comparer for numbers that supports tolerances and provides the comparison as a difference between the numbers and as a percentage change between numbers.
 

Package org.oddjob.beancmpr.comparers Description

Various Comparers to be used in matching.



Copyright © 2013. All Rights Reserved.