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

JDK1.5中支持的 for循环的语法

时间:2018-08-29 14:09:52      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:int   cti   语法   数组   type   system   1.5   bsp   集合   

JDK1.5中支持的 for循环的语法

 

解答:

 

for(type element : array) { System.out.println(element)

 

} type 集合(不仅仅指Collection,也包含普通的数组)中元素的数据类型 element 遍历到的元素 array 集合对象本身(当然不只是Collection)

JDK1.5中支持的 for循环的语法

标签:int   cti   语法   数组   type   system   1.5   bsp   集合   

原文地址:https://www.cnblogs.com/borter/p/9552674.html

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