JAVA8ListListInteger》list中再装⼀个list转成⼀个list操
作
我就废话不多说了,⼤家还是直接看代码吧~
List<Integer> collect = IntStream.range(1, 10).boxed().List());
List<Integer> collect1 = IntStream.range(10, 20).boxed().List());
List<List<Integer>> lists = new ArrayList<>();
lists.add(collect);
lists.add(collect1);
ArrayList<Integer> collect2 = lists.stream().collect(ArrayList::new, ArrayList::addAll, ArrayList::addAll);
ruby 字符串转数组System.out.println(collect2);
补充知识:java 8 转复杂的list对象转为单⼀的list
我就废话不多说了,⼤家还是直接看代码吧~
journal.snList= Arrays.asList(pvData.t97).stream().sorted(Comparatorparing(T97FgLog::getF97Sn))
.map(T97FgLog::getF97Sn).List());
关键是要⽤map来返回其中⼀个属性.
以上这篇JAVA8 List> list中再装⼀个list转成⼀个list操作就是⼩编分享给⼤家的全部内容了,希望能给⼤家⼀个参考,也希望⼤家多多⽀持。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论