public interface SpellingCorrector extends DictionaryBase
Learn more
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(Iterable<String> words)
Adds the specified collection of words to this instance of the
SpellingCorrector. |
void |
addRange(String[] words)
Adds the specified collection of words to this instance of the
SpellingCorrector. |
void |
clear()
Removes all words from a
SpellingCorrector object. |
int |
getCount()
Gets the number of words contained in this
SpellingCorrector. |
String[] |
getWords()
Gets the collection of words that is currently contained in this
SpellingCorrector. |
exportDictionary, getDictionaryType, importDictionaryvoid addRange(Iterable<String> words)
SpellingCorrector.words - The collection of words to add to the dictionary.void addRange(String[] words)
SpellingCorrector.words - The collection of words to add to the dictionary.void clear()
SpellingCorrector object.clear in interface DictionaryBaseint getCount()
SpellingCorrector.SpellingCorrector.String[] getWords()
SpellingCorrector.Copyright © 2026. All rights reserved.