|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DictionaryService
A simple service interface that defines a dictionary service. A dictionary service simply verifies the existence of a word.
Method Summary | |
---|---|
boolean |
checkWord(String word)
Check for the existence of a word. |
Method Detail |
---|
boolean checkWord(String word)
word
- the word to be checked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |