Interface Match
-
- All Known Implementing Classes:
ElementMatch
,KeyFunctionMatch
public interface Match
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Iterable matchCandidates)
Initialises the match and stores the match candidates.List
matching(Object testObject)
Compares a list of Objects against a test Object and returns matched Objects.
-
-
-
Method Detail
-
init
void init(Iterable matchCandidates)
Initialises the match and stores the match candidates.- Parameters:
matchCandidates
- candidate pool to check for matches
-
-