Uses of Interface
org.oddjob.beancmpr.Comparison

Packages that use Comparison
org.oddjob.beancmpr Bean Compare is able to compare two sources of beans. 
org.oddjob.beancmpr.beans   
org.oddjob.beancmpr.comparers Various Comparers to be used in matching. 
org.oddjob.beancmpr.matchables These are the classes that actually perform the matching. 
 

Uses of Comparison in org.oddjob.beancmpr
 

Methods in org.oddjob.beancmpr that return Comparison
 Comparison<T> Comparer.compare(T x, T y)
          Compare two things.
 

Uses of Comparison in org.oddjob.beancmpr.beans
 

Classes in org.oddjob.beancmpr.beans that implement Comparison
 class BeanComparison
          The result of comparing two beans.
 

Methods in org.oddjob.beancmpr.beans that return types with arguments of type Comparison
 Iterable<Comparison<?>> BeanComparison.getValueComparisons()
           
 

Methods in org.oddjob.beancmpr.beans with parameters of type Comparison
protected  void SimpleResultBeanFactory.populateComparison(Object resultBean, String property, Comparison<?> comparison)
           
protected  void AlternativeResultBeanFactory.populateComparison(Object resultBean, String property, Comparison<?> comparison)
           
protected abstract  void AbstractResultBeanFactory.populateComparison(Object resultBean, String property, Comparison<?> comparison)
           
 

Uses of Comparison in org.oddjob.beancmpr.comparers
 

Subinterfaces of Comparison in org.oddjob.beancmpr.comparers
 interface NumericComparison
          Represent a comparison between two numeric values.
 

Classes in org.oddjob.beancmpr.comparers that implement Comparison
 class EqualityComparison<T>
          A simple comparison where the result of a compare was that two values are not equal.
 class IterableComparison<T>
          A Comparison that is the result of comparing many things.
 

Methods in org.oddjob.beancmpr.comparers that return Comparison
 Comparison<Date> DateComparer.compare(Date x, Date y)
           
 Comparison<Object[]> ArrayComparer.compare(Object[] x, Object[] y)
           
 Comparison<Object> EqualityComparer.compare(Object x, Object y)
           
 

Uses of Comparison in org.oddjob.beancmpr.matchables
 

Subinterfaces of Comparison in org.oddjob.beancmpr.matchables
 interface MultiValueComparison<T>
          The Comparisons between the values of two Matchables.
 

Classes in org.oddjob.beancmpr.matchables that implement Comparison
 class MatchableComparision
          The result of comparing to Matchables.
 

Methods in org.oddjob.beancmpr.matchables that return types with arguments of type Comparison
 Iterable<Comparison<?>> MultiValueComparison.getValueComparisons()
          Provides an Iterable of the individual Comparisons between the values of two Matchables.
 Iterable<Comparison<?>> MatchableComparision.getValueComparisons()
           
 

Constructor parameters in org.oddjob.beancmpr.matchables with type arguments of type Comparison
MatchableComparision(Matchable x, Matchable y, Iterable<? extends Comparison<?>> comparisons)
           
 



Copyright © 2013. All Rights Reserved.