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

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

Uses of MatchableFactory in org.oddjob.beancmpr.matchables
 

Classes in org.oddjob.beancmpr.matchables that implement MatchableFactory
 class BeanMatchableFactory
          A MatchableFactory that creates Matchables from beans.
 

Constructors in org.oddjob.beancmpr.matchables with parameters of type MatchableFactory
SortedBeanMatchables(Iterable<? extends T> iterable, MatchableFactory<T> factory)
           
UnsortedBeanMatchables(Iterable<? extends T> iterable, MatchableFactory<T> factory)
          Constructor.
 



Copyright © 2013. All Rights Reserved.