摘要: 在查看集合源码时, 发现许多地方都用到了 a - b < 0, 并注释了 overfolw-conscious code 如: // overflow-conscious code if (minCapacity - elementData.length > 0) grow(minCapacity) 阅读全文
posted @ 2023-04-21 21:35 秊 阅读(30) 评论(0) 推荐(0)