public class SuggestedWord extends Object
Modifier and Type | Field and Description |
---|---|
int |
distance
The distance between the searched and suggestion.
|
String |
word
The suggested correctly spelled word.
|
Constructor and Description |
---|
SuggestedWord() |
public String word
public int distance