org.oddjob.beancmpr.matchables
Interface MatchableComparer

All Superinterfaces:
Comparer<Matchable>
All Known Implementing Classes:
DefaultMatchableComparer

public interface MatchableComparer
extends Comparer<Matchable>

Something that can compare two Matchables.

Author:
Rob

Method Summary
 MultiValueComparison<Matchable> compare(Matchable x, Matchable y)
          Compare two things.
 
Methods inherited from interface org.oddjob.beancmpr.Comparer
getType
 

Method Detail

compare

MultiValueComparison<Matchable> compare(Matchable x,
                                        Matchable y)
Description copied from interface: Comparer
Compare two things.

Specified by:
compare in interface Comparer<Matchable>
Parameters:
x - One thing.
y - The other thing.
Returns:
A Comparison. The may be null if either or both of x and y is null.


Copyright © 2013. All Rights Reserved.