|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanCmprResultsHandler
Handles the result of comparing Matchable
s.
OrderedMatchablesComparer.
Method Summary | |
---|---|
void |
compared(MultiValueComparison<Matchable> comparison)
Two Matchable s have been compared
by their keys. |
void |
xMissing(MatchableGroup ys)
Data is missing from X. |
void |
yMissing(MatchableGroup xs)
Data is missing from Y. |
Method Detail |
---|
void xMissing(MatchableGroup ys)
ys
- The y data.void yMissing(MatchableGroup xs)
xs
- The x data.void compared(MultiValueComparison<Matchable> comparison)
Matchable
s have been compared
by their keys.
comparison
- The result of the comparison.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |