摘要: 重点看这部分代码 for (int j = 0; j < oldCap; ++j) { Node<K,V> e; if ((e = oldTab[j]) != null) { oldTab[j] = null; if (e.next == null) newTab[e.hash & (newCap 阅读全文
posted @ 2020-02-10 10:15 孙工的编程生涯 阅读(217) 评论(0) 推荐(0) 编辑