Skip to content

Commit 72deee2

Browse files
authored
Merge pull request dunwu#8 from liangtengyu/patch-4
删除多余的符号
2 parents 1ec111e + f668846 commit 72deee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/container/java-container-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ final Node<K,V> getNode(int hash, Object key) {
287287

288288
#### hash 方法的实现
289289

290-
HashMap **计算桶下标(index)公式:`key.hashCode()) ^ (h >>> 16)`**
290+
HashMap **计算桶下标(index)公式:`key.hashCode() ^ (h >>> 16)`**
291291

292292
下面针对这个公式来详细讲解。
293293

0 commit comments

Comments
 (0)