码迷,mamicode.com
首页 > 编程语言 > 详细

java数组和Array类

时间:2015-07-26 22:33:12      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

java数组英文:Arrays

存储相同数值的集合的数据结构

An array is a data structure that stores a collection of values of the same type. You access
each individual value through an integer index. For example, if a is an array of integers, then
a[i] is the ith integer in the array.

 

Array 类

Array 类提供了动态创建和访问 Java 数组的方法。 

 

java数组和Array类

标签:

原文地址:http://www.cnblogs.com/yangxzh/p/4678818.html

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