码迷,mamicode.com
首页 > 其他好文 > 详细

IDEA快捷键之for循环

时间:2021-02-25 11:50:56      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:array   util   生成   ble   tco   rgba   rate   token   size   

IDEA迭代器for循环

iter

Iterate iterable | Array in J2SDK 5 syntax

itar

Iterate elements of array

itco

Iterate elements of java.util.Collection

iten

Iterate java.util.Enumeration

itit

Iterate java.util.Iterator

itli

Iterate elements of java.util.List

ittok

Iterate tokens from String

itve

Iterate elements of java.util.Vector

fori

create iteration loop

在输入fori后,IDEA会生成代码如下

for (int i = 0; i < ; i++) {

}

IDEA快捷键之for循环

标签:array   util   生成   ble   tco   rgba   rate   token   size   

原文地址:https://www.cnblogs.com/mjtabu/p/14441802.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!