Class SpellCheckResult

    • Constructor Detail

      • SpellCheckResult

        public SpellCheckResult​(String resultName,
                                List<String> results,
                                boolean searchedFor)
    • Method Detail

      • getResultName

        public String getResultName()
        Returns:
        the resultName
      • getResults

        public List<String> getResults()
        Returns:
        the results
      • isSearchedFor

        public boolean isSearchedFor()
        Returns:
        the searchedFor
      • isSpellCheckExist

        public boolean isSpellCheckExist()
        Returns:
        the spellCheckExist