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