1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Update Java8Tutorial.md

This commit is contained in:
SnailClimb 2019-03-12 17:38:20 +08:00 committed by GitHub
parent 31471256a8
commit f432ca69a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -881,8 +881,3 @@ System.out.println(hints2.length); // 2
关于Java 8的新特性就写到这了肯定还有更多的特性等待发掘。JDK 1.8里还有很多很有用的东西,比如`Arrays.parallelSort`, `StampedLock``CompletableFuture`等等。
### 参考
- https://www.jb51.net/article/48304.htm
- https://github.com/winterbe/java8-tutorial#predicates