会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shouyaya
博客园
首页
新随笔
联系
订阅
管理
2020年7月16日
int数组转化成List简便的方法(互转)
摘要: @Test public void test5(){ int[] array = {1, 2, 5, 5, 5, 5, 6, 6, 7, 2, 9, 2}; /*int[]转list*/ //方法一:需要导入apache commons-lang3 jar List<Integer> list =
阅读全文
posted @ 2020-07-16 00:29 shouyaya
阅读(4216)
评论(1)
推荐(0)
编辑
公告