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

Java 做数组拼接时 java.lang.UnsupportedOperationException

时间:2014-12-11 12:02:00      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   sp   java   strong   

          Field[] fields = clazz.getDeclaredFields();
                Class<?> superClass = clazz.getSuperclass();
                Field[] fields2 = superClass.getDeclaredFields();
                List<Field> list = new ArrayList(Arrays.asList(fields));
                List<Field> list2 = Arrays.asList(fields2);
                list.addAll(new ArrayList(list2));

 

ref : http://blog.csdn.net/thunderous/article/details/3693362

Java 做数组拼接时 java.lang.UnsupportedOperationException

标签:style   blog   http   io   ar   color   sp   java   strong   

原文地址:http://www.cnblogs.com/shouwangzhe-/p/4157042.html

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