摘要: Stream<Employee> emps = ... TreeSet<Employee> tree = emps.collect( Collectors.toCollection( () -> new TreeSet<Employee>( Comparator.comparingInt(Emplo 阅读全文
posted @ 2021-01-22 20:17 Zhentiw 阅读(146) 评论(0) 推荐(0)