jdk-source-analysis icon indicating copy to clipboard operation
jdk-source-analysis copied to clipboard

JDK 源码分析

Results 8 jdk-source-analysis issues
Sort by recently updated
recently updated
newest added

瓜哥看一哈

- [Java CompletableFuture 详解](https://colobu.com/2016/02/29/Java-CompletableFuture/) - [[译]20个使用 Java CompletableFuture的例子](https://colobu.com/2018/03/12/20-Examples-of-Using-Java%E2%80%99s-CompletableFuture/) - [【JUC源码解析】CompletableFuture](https://www.cnblogs.com/aniao/p/aniao_cf.html)

StackOverflow上有一个类似问题[Why does LinkedHashSet extend HashSet and implement Set](https://stackoverflow.com/questions/2165204/why-does-linkedhashsete-extend-hashsete-and-implement-sete), 个人觉得这些解释会更好些 :grimacing:

[为什么要读源代码,如何阅读源代码 - xybaby - 博客园](https://www.cnblogs.com/xybaby/p/10794700.html)

* `java.util.Arrays#sort(int[])` * `java.util.DualPivotQuicksort`

`java.util.Arrays#binarySearch(int[], int, int, int)` 尤其对没有查找到相关值时的返回值,做个说明。

Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies