java數(shù)組英文:Arrays
存儲(chǔ)相同數(shù)值的集合的數(shù)據(jù)結(jié)構(gòu)
An array is a data structure that stores a collection of values of the same type. You accesseach individual value through an integer index. For example, if a is an array of integers, thena[i] is the ith integer in the array.
Array類
Array 類提供了動(dòng)態(tài)創(chuàng)建和訪問 Java 數(shù)組的方法。
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注