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

标签案例-开发foreach标签

时间:2014-07-31 23:40:10      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   io   for   art   

bubuko.com,布布扣
1     if(item.getClass().isArray()){
2         this.collection = new ArrayList();
3         int length = Array.getLength(items);
4         for(int i=0;i<length;i++){
5             Object value = Array.get(items,i);
6             this.collection.add(value);
7         }
8     }
接收任何类型集合或数组的代码

 

标签案例-开发foreach标签,布布扣,bubuko.com

标签案例-开发foreach标签

标签:style   blog   http   color   os   io   for   art   

原文地址:http://www.cnblogs.com/aineko/p/3883741.html

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