A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

JAVA集合有直接转换,然后返回数组的方法吗,我之前是学C#的,里面的集合可以直接ToArray()就可以直接返回一个数组了,有时觉得非常方便,不用一个一个循环遍历。我看JAVA视频里面怎么都是遍历的啊。或者说没有人想到过写这种方法吗?

4 个回复

倒序浏览
一样,也是toArray方法
回复 使用道具 举报
查APICollection接口对toArray的描述
  1. <T> T[] toArray(T[] a)
  2. Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
复制代码



回复 使用道具 举报
楼上正解..
回复 使用道具 举报
集合也有这个方法
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马