摘要: 1.hashmap转红黑树的时机: for (int binCount = 0; ; ++binCount) { if ((e = p.next) == null) { p.next = newNode(hash, key, value, null); if (binCount >= TREEIFY 阅读全文
posted @ 2022-06-27 16:00 sasuke。 阅读(55) 评论(0) 推荐(0) 编辑