java8函数式编程(一)

需求 将List集合中选出每种颜色相同的元素中size最大的元素,将这些元素组成一个新集合。java List<Frog> public Frog(String name, Integer age, String color, Double size, String desc) { this.name = name; this.age = age; this.color = color; this
相关文章
相关标签/搜索