Class BestMatches

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()  
    int getMatchLength()  
    void setBestMatches​(java.util.List<Match> best_matches)  
    void setMatchLength​(int best_match_length)  
    void sortMatches​(java.util.Comparator comparator)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait