欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

IDEA Learning - 模板及其常用模板

最编程 2024-03-31 10:41:19
...
模板及其常用模板
(1)psvm

(2)sout
sout / soutp / soutv / 变量.sout

(3)fori
iter增强for循环
itar普通for循环

(4)list.for 可生成集合list的for循环
list.fori 顺序遍历 / list.forr 逆序遍历

(5)ifn : if null
inn : if not null

(6)prsf : private static final
psf :public static final /
psfi : public static final int
psfs : public static final String