We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第59行的注释 " * 在转变成树之前,还会有一次判断,只有键值对数量大于 64 才会发生转换。" HashMap中写的是对的,ConcurrentHashMap中的 MIN_TREEIFY_CAPACITY转换的时候也是用的tab.length比较的 所以不应该是键值对 而是table的长度为64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第59行的注释 " * 在转变成树之前,还会有一次判断,只有键值对数量大于 64 才会发生转换。" HashMap中写的是对的,ConcurrentHashMap中的 MIN_TREEIFY_CAPACITY转换的时候也是用的tab.length比较的 所以不应该是键值对 而是table的长度为64
The text was updated successfully, but these errors were encountered: