org.oddjob.beancmpr.matchables
Interface MultiValueComparison<T>

All Superinterfaces:
Comparison<T>
All Known Implementing Classes:
BeanComparison, MatchableComparision

public interface MultiValueComparison<T>
extends Comparison<T>

The Comparisons between the values of two Matchables.

Author:
Rob

Method Summary
 Iterable<Comparison<?>> getValueComparisons()
          Provides an Iterable of the individual Comparisons between the values of two Matchables.
 
Methods inherited from interface org.oddjob.beancmpr.Comparison
getResult, getSummaryText, getX, getY
 

Method Detail

getValueComparisons

Iterable<Comparison<?>> getValueComparisons()
Provides an Iterable of the individual Comparisons between the values of two Matchables.

Returns:


Copyright © 2013. All Rights Reserved.