摘要:
流允许以声明性方式处理数据集合,并且流可以透明的并行处理。 List<String> lowCaloricDishsName = menu.stream().filter(d -> d.getCalories() < 400).sorted(comparing(Dish :: getCalories 阅读全文
posted @ 2017-06-28 23:29
forever_elf
阅读(165)
评论(0)
推荐(0)