Class AbbreviationTable.Expansion

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbbreviation()
      Returns the abbreviation that triggered the result.
      java.lang.String getExpansion()
      Returns the expansion associated with the abbreviation.
      java.lang.String toString()
      Returns a string describing the expansion; useful for debugging.
      • Methods inherited from class java.lang.Object

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

      • getAbbreviation

        public java.lang.String getAbbreviation()
        Returns the abbreviation that triggered the result.
        Returns:
        the matching abbreviation
      • getExpansion

        public java.lang.String getExpansion()
        Returns the expansion associated with the abbreviation.
        Returns:
        the expansion for the abbreviation
      • toString

        public java.lang.String toString()
        Returns a string describing the expansion; useful for debugging.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string describing this expansion result