- 博客(3)
- 收藏
- 关注
原创 list根据某字段进行去重
lists.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<(Comparator.comparing(实体类::字段))), ArrayList::new));List<实体类> lists = 从某处得来的集合;
2023-07-04 17:26:49 286
原创 常用的关键字
class 类 interface 接口 byte 字节 short 短整型 int 整型 long 长整型 float 单精度 double 双精度 char 字符 string 字符串 Boolean 布尔型 void 无返回值 true 真 false 假 null 空 if 单分支判断 else 或者 switch 多分支判断 case 或...
2021-09-23 15:00:06 95
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人