java.lang.Object
me.gosimple.nbvcxz.resources.BestMatches
public class BestMatches
extends java.lang.Object
Wrapper for the best matches list and length to support recursive methods
- Author:
- Robin Hermans
-
Constructor Summary
Constructors Constructor Description BestMatches() -
Method Summary
Modifier and Type Method Description java.util.List<Match>getBestMatches()intgetMatchLength()voidsetBestMatches(java.util.List<Match> best_matches)voidsetMatchLength(int best_match_length)voidsortMatches(java.util.Comparator comparator)
-
Constructor Details
-
BestMatches
public BestMatches()
-
-
Method Details
-
setMatchLength
public void setMatchLength(int best_match_length) -
getMatchLength
public int getMatchLength() -
setBestMatches
-
getBestMatches
-
sortMatches
public void sortMatches(java.util.Comparator comparator)
-