Skip to content

Commit f432ca6

Browse files
authored
Update Java8Tutorial.md
1 parent 3147125 commit f432ca6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Java/What's New in JDK8/Java8Tutorial.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -881,8 +881,3 @@ System.out.println(hints2.length); // 2
881881

882882
关于Java 8的新特性就写到这了,肯定还有更多的特性等待发掘。JDK 1.8里还有很多很有用的东西,比如`Arrays.parallelSort`, `StampedLock`和`CompletableFuture`等等。
883883

884-
### 参考
885-
886-
- https://www.jb51.net/article/48304.htm
887-
- https://github.com/winterbe/java8-tutorial#predicates
888-

0 commit comments

Comments
 (0)