Class SuggestionStage.Node

java.lang.Object
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
Enclosing class:
SuggestionStage

public class SuggestionStage.Node extends Object
  • Field Details

    • suggestion

      public String suggestion
    • next

      public int next
  • Constructor Details

    • Node

      public Node(String suggestion, int next)