摘要: 链表的扩容 HashMap.Node<K,V> loHead = null, loTail = null; HashMap.Node<K,V> hiHead = null, hiTail = null; HashMap.Node<K,V> next; do { next = e.next; /*为什 阅读全文
posted @ 2020-11-09 11:42 Mistolte 阅读(433) 评论(0) 推荐(0) 编辑