The Enhanced 'for' Statement

从Java 5(例如,JDK 1.5或者J2SE 5)起,出现了for循环的改进版。java 格式为数组 for (type iteration-variable:iterableObject) constituent statement 或者code for (type iteration-variable:iterableObject){ constituent statement }
相关文章
相关标签/搜索