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
hashmap源码put方法里面的第二步判断 如果 key 为空,则 put 一个空值进去。 换成描述: HashMap 使用第 0 个桶存放键为 null 的键值对
会不会好一点呢
The text was updated successfully, but these errors were encountered:
HashMap 使用第 0 个桶存放键为 null 的键值对
可以的,可以提个 PR。
Sorry, something went wrong.
No branches or pull requests
hashmap源码put方法里面的第二步判断
如果 key 为空,则 put 一个空值进去。
换成描述:
HashMap 使用第 0 个桶存放键为 null 的键值对
会不会好一点呢
The text was updated successfully, but these errors were encountered: