Java8
java8实战demo
哈哈怪笑死人
这个作者很懒,什么都没留下…
展开
-
java8新特性- 默认方法 在接口中有具体的实现
java8新特性- 默认方法 在接口中有具体的实现 案例分析 在java8中在对list循环的时候,我们可以使用forEach这个方法对list进行遍历,具体代码如下demo所示 public static void main(String[] args) { List<String> stringList = new ArrayList<String>...原创 2019-08-06 14:18:04 · 247 阅读 · 0 评论 -
什么是函数式接口 @FunctionalInterface??
什么时候函数式接口 @FunctionalInterface什么时候函数式接口 @FunctionalInterface源码定义翻译示例正确定义错误定义 什么时候函数式接口 @FunctionalInterface 源码定义 /** * An informative annotation type used to indicate that an interface * type declar...原创 2019-08-05 17:15:31 · 957 阅读 · 0 评论