Class SpellCheckContext


  • public class SpellCheckContext
    extends Object
    The results of a SpellCheck
    • Constructor Detail

      • SpellCheckContext

        public SpellCheckContext​(String type,
                                 List<String> suggestions)
    • Method Detail

      • getType

        public String getType()
      • getSuggestions

        public List<String> getSuggestions()