wordcount.java

来自「初期JAVA学习非常有用的资料。帮助深入了解API。特别是Applet。」· Java 代码 · 共 14 行

JAVA
14
字号
/** * The WordCount service. Implementations of the * countWords() method are provided by the  * WordCountServiceProvider class. */public interface WordCount {     /**      * Counts the number of words in the file.      */     public abstract void countWords();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?