We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1093f22 commit 3d5e739Copy full SHA for 3d5e739
theory/collections/hashmap-internals.md
@@ -1,4 +1,4 @@
1
-## Как устроен HashMap внутри?
+## Вопрос: Как устроен HashMap внутри?
2
3
`HashMap` в Java — это массив **корзин (buckets)**, каждая из которых содержит связанный список (или дерево, если >8 элементов).
4
0 commit comments