org.oddjob.beancmpr.matchables
Interface MatchKey

All Superinterfaces:
Comparable<MatchKey>
All Known Implementing Classes:
SimpleMatchKey

public interface MatchKey
extends Comparable<MatchKey>

The key for a Matchable.

Author:
rob

Method Summary
 Iterable<? extends Comparable<?>> getKeys()
          Get the key elements.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getKeys

Iterable<? extends Comparable<?>> getKeys()
Get the key elements.

Returns:
An Iterable of Comparables. Never null.


Copyright © 2013. All Rights Reserved.