Uses of Class
org.oddjob.beancmpr.comparers.IterableComparison

Packages that use IterableComparison
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 IterableComparison in org.oddjob.beancmpr.comparers
 

Methods in org.oddjob.beancmpr.comparers that return IterableComparison
 IterableComparison<T> IterableComparer.compare(Iterable<? extends T> x, Iterable<? extends T> y)
           
 

Uses of IterableComparison in org.oddjob.beancmpr.matchables
 

Methods in org.oddjob.beancmpr.matchables that return IterableComparison
 IterableComparison<MatchableGroup> OrderedMatchablesComparer.compare(Iterable<? extends MatchableGroup> x, Iterable<? extends MatchableGroup> y)
           
 



Copyright © 2013. All Rights Reserved.