2017年3月3日

深入Java集合学习系列:LinkedHashMap的实现原理

摘要: 参考下面链接: http://zhangshixi.iteye.com/blog/673789 阅读全文
posted @ 2017-03-03 11:10 阳小徐 阅读(128) 评论(0) 推荐(0) 编辑

HashSet源码

摘要: 1 public class HashSet<E> 2 extends AbstractSet<E> 3 implements Set<E>, Cloneable, java.io.Serializable 4 { 5 static final long serialVersionUID = -50 阅读全文
posted @ 2017-03-03 10:27 阳小徐 阅读(145) 评论(0) 推荐(0) 编辑