Class Suggestion.ScoreBuilder<V>

  • Enclosing class:
    Suggestion<V>

    public static class Suggestion.ScoreBuilder<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScoreBuilder​(V string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Suggestion.Builder<V> score​(double score)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScoreBuilder

        public ScoreBuilder​(V string)