HumphreyHao / humphreyhao.github.io

private repo for create a homepage
1 stars 0 forks source link

Java开发常见错误_10 | Humphrey爵士的小海豚 #37

Open HumphreyHao opened 3 years ago

HumphreyHao commented 3 years ago

https://www.humphrey233.top/2021/01/11/java-kai-fa-chang-jian-cuo-wu-10/

第二章10.集合类:坑满地的List列表操作案例一: 使用 Arrays.asList 把数据转换为 List 的三个坑 问题描述

在引入java8的stream之后,各种集合类的操作被大大简化,因此我们一般会把原始的数组转换为List类