zhonghuasheng / Tutorial

后端 (Java Golang)全栈知识架构体系总结

Home Page:https://www.processon.com/view/5c9867cce4b0afc7441ea761#map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java中的强引用和弱引用

zhonghuasheng opened this issue · comments

在总结Java Collection的时候,阅读WeakHashMap的源代码,想着和HashMap进行对比,其中说WeakHashMap使用的是弱键,于是查阅资料,阅读源码,作此对比。
https://www.cnblogs.com/romanjoy/p/8178071.html
https://blog.csdn.net/u010412719/article/details/52035723