摘要: Jdk 8 的hashmap ,内部使用Node 表示数组成员,Node 实现了Map.Entry接口。 put() 过程: 1 public class HashMap<K,V> extends AbstractMap<K,V>implements Map<K,V>, Cloneable, Ser 阅读全文
posted @ 2021-01-14 00:29 侯上进 阅读(80) 评论(0) 推荐(0) 编辑