Class WordAlternativesItem.Alternative

  • Enclosing class:
    WordAlternativesItem

    public static final class WordAlternativesItem.Alternative
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double exactness  
      java.lang.String word  
    • Constructor Summary

      Constructors 
      Constructor Description
      Alternative​(java.lang.String word, double exactness)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • word

        public final java.lang.String word
      • exactness

        public final double exactness
    • Constructor Detail

      • Alternative

        public Alternative​(java.lang.String word,
                           double exactness)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object