Interface DictionaryHolder
- 
- All Known Implementing Classes:
- HunspellDictionaryHolder
 
 public interface DictionaryHolder - Author:
- Thierry Delprat
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRandomWord()intgetWordCount()voidinit()
 
- 
- 
- 
Method Detail- 
getWordCountint getWordCount() 
 - 
getRandomWordString getRandomWord() 
 - 
initvoid init() throws IOException - Throws:
- IOException
 
 
- 
 
-