|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Matchable s 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |