@ProviderType public class WordsUtil extends Object
| Constructor and Description |
|---|
WordsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<InvalidWord> |
checkSpelling(String text) |
static List<String> |
getDictionaryList() |
static Set<String> |
getDictionarySet() |
static String |
getRandomWord() |
static Words |
getWords() |
static boolean |
isDictionaryWord(String word) |
void |
setWords(Words words) |