|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BeanCmprResultsHandler | Handles the result of comparing Matchable s. |
BeanProducingResultHandler | |
Matchable | Something that's matchable against another Matchable
for the same MatchDefinition . |
MatchableComparer | Something that can compare two Matchable s. |
MatchableFactory<T> | Creates a Matchable out of an object. |
MatchableGroup | A group of Matchable s that have the same MatchKey . |
MatchableMetaData | Meta data that describe a Matchable . |
MatchKey | The key for a Matchable . |
MultiValueComparison<T> | The Comparison s between the values of two Matchable s. |
ValueIterable.Value<T> | |
ValuePairIterable.ValuePair<T> | Provide a container object for the values. |
Class Summary | |
---|---|
BeanMatchableFactory | A MatchableFactory that creates Matchable s from beans. |
ComparisonGatheringProcessor | A BeanCmprResultsHandler that counts matches, before passing the result
onto a delegate. |
DefaultMatchableComparer | Compares two Matchable s. |
MatchableComparision | The result of comparing to Matchable s. |
OrderedMatchablesComparer | Compares two Iterable s of MatchableGroup s. |
SimpleMatchable | A simple implementation of a Matchable . |
SimpleMatchableMeta | A simple implementation of MatchableMetaData . |
SimpleMatchKey | A simple implementation of MatchKey . |
SortedBeanMatchables<T> | An adapter that converts an Iterable of bean to
an Iterable of MatchableGroup s suitable for use by
an OrderedMatchablesComparer . |
UnsortedBeanMatchables<T> | Takes an unsorted Iterable of beans and provides an
{code Iterable} of OrderedMatchables s suitable for use by
an OrderedMatchablesComparer . |
ValueIterable<T> | Provide an Iterable over two sets of values and their names. |
ValuePairIterable<T> | Provide an Iterable over two sets of values and their names. |
These are the classes that actually perform the matching. Thins are
broken down into Matchable
s to be compared with an
OrderedMatchableComparer
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |