WordCountpublic interface WordCount The WordCount service. Implementations of the
countWords() method are provided by the
WordCountServiceProvider class. |
(Omit source code)
Methods Summary |
---|
public abstract void | countWords()Counts the number of words in the file.
|
|