成长

小军军

博客园 首页 联系 订阅 管理

2018年12月9日

摘要: 1 public class StreamUtils { 2 3 4 5 private static final List listInteger = Lists.newArrayList(1, 2, 3, 4, 5, 6, 3, 5, 1, 4, 2, 8, 9); 6 7 private static final List arrayLi... 阅读全文
posted @ 2018-12-09 13:56 houqijun 阅读(1335) 评论(0) 推荐(0) 编辑

摘要: 1 public class Lambda { 2 3 @FunctionalInterface 4 public interface AddInter { 5 void add(int x, long y); 6 } 7 8 public interface AddInterTow extends AddInt... 阅读全文
posted @ 2018-12-09 13:54 houqijun 阅读(802) 评论(0) 推荐(0) 编辑