Uses of Interface
org.oddjob.beancmpr.matchables.MatchableGroup

Packages that use MatchableGroup
org.oddjob.beancmpr.beans   
org.oddjob.beancmpr.matchables These are the classes that actually perform the matching. 
 

Uses of MatchableGroup in org.oddjob.beancmpr.beans
 

Methods in org.oddjob.beancmpr.beans with parameters of type MatchableGroup
 void BeanCreatingResultHandler.xMissing(MatchableGroup ys)
           
 void BeanCreatingResultHandler.yMissing(MatchableGroup xs)
           
 

Uses of MatchableGroup in org.oddjob.beancmpr.matchables
 

Methods in org.oddjob.beancmpr.matchables that return types with arguments of type MatchableGroup
 IterableComparison<MatchableGroup> OrderedMatchablesComparer.compare(Iterable<? extends MatchableGroup> x, Iterable<? extends MatchableGroup> y)
           
 Iterator<MatchableGroup> UnsortedBeanMatchables.iterator()
           
 Iterator<MatchableGroup> SortedBeanMatchables.iterator()
           
 

Methods in org.oddjob.beancmpr.matchables with parameters of type MatchableGroup
protected  void OrderedMatchablesComparer.groupMatch(MatchableGroup fromX, MatchableGroup fromY)
          Performs a match for two groups of Matchables that are for the same key.
 void ComparisonGatheringProcessor.xMissing(MatchableGroup ys)
           
 void BeanCmprResultsHandler.xMissing(MatchableGroup ys)
          Data is missing from X.
 void ComparisonGatheringProcessor.yMissing(MatchableGroup xs)
           
 void BeanCmprResultsHandler.yMissing(MatchableGroup xs)
          Data is missing from Y.
 

Method parameters in org.oddjob.beancmpr.matchables with type arguments of type MatchableGroup
 IterableComparison<MatchableGroup> OrderedMatchablesComparer.compare(Iterable<? extends MatchableGroup> x, Iterable<? extends MatchableGroup> y)
           
 IterableComparison<MatchableGroup> OrderedMatchablesComparer.compare(Iterable<? extends MatchableGroup> x, Iterable<? extends MatchableGroup> y)
           
 



Copyright © 2013. All Rights Reserved.