Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
-
Packages that use SuggestionStage.Node Package Description org.languagetool.rules.spelling.symspell.implementation -
-
Uses of SuggestionStage.Node in org.languagetool.rules.spelling.symspell.implementation
Fields in org.languagetool.rules.spelling.symspell.implementation declared as SuggestionStage.Node Modifier and Type Field Description SuggestionStage.Node[][]ChunkArray. valuesFields in org.languagetool.rules.spelling.symspell.implementation with type parameters of type SuggestionStage.Node Modifier and Type Field Description ChunkArray<SuggestionStage.Node>SuggestionStage. nodesMethods in org.languagetool.rules.spelling.symspell.implementation that return SuggestionStage.Node Modifier and Type Method Description SuggestionStage.NodeChunkArray. getValues(int index)Methods in org.languagetool.rules.spelling.symspell.implementation with parameters of type SuggestionStage.Node Modifier and Type Method Description intChunkArray. add(SuggestionStage.Node value)voidChunkArray. setValues(int index, SuggestionStage.Node value)voidChunkArray. setValues(int index, SuggestionStage.Node value, SuggestionStage.Node[][] list)
-