Class BestMatches

java.lang.Object
me.gosimple.nbvcxz.resources.BestMatches

public class BestMatches extends Object
Wrapper for the best matches list and length to support recursive methods
Author:
Robin Hermans
  • Constructor Details

    • BestMatches

      public BestMatches()
  • Method Details

    • setMatchLength

      public void setMatchLength(int best_match_length)
    • getMatchLength

      public int getMatchLength()
    • setBestMatches

      public void setBestMatches(List<Match> best_matches)
    • getBestMatches

      public List<Match> getBestMatches()
    • sortMatches

      public void sortMatches(Comparator comparator)