wordcount.java
来自「Java样例程序集合:2D」· 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 + -
显示快捷键?