swap.java
来自「RESIN 3.2 最新源码」· Java 代码 · 共 12 行
JAVA
12 行
package example;/** * Interface to swap courses. */public interface Swap { /** * Swaps the instructors for the courses. */ public void swap(Course a, Course b);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?