摘要: 扩容前 扩容后 机制 else { // preserve order Node<K,V> loHead = null, loTail = null;//低指针 Node<K,V> hiHead = null, hiTail = null;//高指针 Node<K,V> next; do {//采用 阅读全文
posted @ 2020-02-09 14:29 Allen没有青春 阅读(245) 评论(0) 推荐(0)