Class ScoredEntry<V>

  • Type Parameters:
    V - value type

    public class ScoredEntry<V>
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • ScoredEntry

        public ScoredEntry​(Double score,
                           V value)
    • Method Detail

      • getValue

        public V getValue()
      • getScore

        public Double getScore()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object