wordcount.java

来自「JAVA 工作指南 可以说是程序员必备的东西哦」· 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 + -
显示快捷键?