-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
在总结Java Collection的时候,阅读WeakHashMap的源代码,想着和HashMap进行对比,其中说WeakHashMap使用的是弱键,于是查阅资料,阅读源码,作此对比。
https://www.cnblogs.com/romanjoy/p/8178071.html
https://blog.csdn.net/u010412719/article/details/52035723