当前位置:网站首页>HashSet to array
HashSet to array
2022-07-24 06:49:00 【cxcaln】
Development process , We often put data into sets for operation , because java Collections provide us with a large number of methods and functions to use , It greatly reduces our development workload . But sometimes what we need is the basic data type , For example, array , At this point, we convert the collection type into an array . Although the collection class has a toArray() Method , But back Object[] type , Usually we can consider using stream Flow forward , The reference codes are as follows :
HashSet<Integer> set = new HashSet();
int[] a = set.stream().mapToInt(Integer::intValue).toArray()
边栏推荐
猜你喜欢

Take you to understand the inventory deduction principle of MySQL database

数据分析思维之从整体出发分析零售行业——全方位多方面细节分析

Jenkins CI CD

You don't know these pits. You really don't dare to use BigDecimal

Solution: exit status 1 and exit status 145 appear when the console uses NVM to control the node version

【LVGL(2)】LVGL入门,在CodeBlock上进行模拟以及移植STM32

反射

ESP32超详细学习记录:NTP同步时间

记录PHPSerializer工具类反序列化遇到的坑

【LVGL(3)】设置对象大小、位置、盒子模型、状态
随机推荐
Experiment: creation, expansion, and deletion of LVM logical volumes
[lvgl] API functions for setting, changing and deleting styles of components
分组后返回每组中的最后一条记录 GROUP_CONCAT用法
(静态,动态,文件)三个版本的通讯录
实验:LVM逻辑卷的建立、扩容、与删除
xxl执行节点错误日志刷屏
随机森林、LGBM基于贝叶斯优化调参
sql server 同步数据库 跨网段无公网ip几个常见小问题问题
mysql获取自增行标(区别mysql版本)
Special effects - mouse click, custom DOM follow move
【波形/信号发生器】基于 STC1524K32S4 for C on Keil
Special effects - Cherry Blossom falling background effects
DNS domain name resolution service
反射
Browser local storage
【LVGL布局】网格布局
[lvgl (6)] display Chinese settings and make Chinese font
我有 7种 实现web实时消息推送的方案,7种!
Redis数据类型-列表List
Special effects - click the mouse, and a random color of love will appear