Skip to content
New issue

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 和 Hashtable 的区别补充 #2395

Open
Mr-Write opened this issue May 19, 2024 · 0 comments
Open

HashMap 和 Hashtable 的区别补充 #2395

Mr-Write opened this issue May 19, 2024 · 0 comments

Comments

@Mr-Write
Copy link

在 Java 集合(下)中,讲到了HashMap 和 Hashtable 的区别,可以再增加一点:
哈希值使用:HashTable 直接使用对象的 hashCode,而 HashMap 重新计算 hash 值(二次哈希)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant