zl程序教程

您现在的位置是:首页 >  后端

当前栏目

【Stream API笔记02】JDK1.8新特性之Stream API中Collectors类相关方法的使用

方法笔记API 相关 特性 02 stream JDK1.8
2023-09-14 09:04:27 时间

这篇文章,主要介绍JDK1.8新特性之Stream API中Collectors类相关方法的使用。

目录

一、Collectors类

1.1、Collectors介绍

1.2、常用方法

(1)toList、toSet方法

(2)toMap方法