?? dummymethods.java
字號:
/** * methods with specific parameters (e.g. primitives) * for use with groovy tests * * @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a> * @version $Revision: 1.3 $ */package groovy;public class DummyMethods { public String foo(String a, float b, float c) { return "float args"; } public String foo(String a, int b, int c) { return "int args"; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -