File
Doc
Category
Size
Date
Package
WordCount.java
API Doc
Example
275
Tue Dec 12 18:58:22 GMT 2000
None
WordCount
public interface WordCount
The WordCount service. Implementations of the countWords() method are provided by the WordCountServiceProvider class.
Fields Summary
Constructors Summary
Methods Summary
public abstract void
countWords
()
Counts the number of words in the file.
Java Code Source