Interface ScoreHolder

    • Method Detail

      • get

        Double get()
        Returns the score.
        Returns:
        the score, may be null.
      • set

        void set​(Double score)
        Set the score.
        Parameters:
        score - the score, may be null.
      • remove

        void remove()
        Remove the score.