Class BestScore


  • public class BestScore
    extends Object
    BestScore helps keeping track with best scores during streaming operations.
    • Constructor Detail

      • BestScore

        public BestScore()
    • Method Detail

      • getBestScore

        public double getBestScore()
        Gets the best score.
        Returns:
        the best score
      • update

        public void update​(double score)
        Update.
        Parameters:
        score - the score