1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs update]容器 -> 集合

This commit is contained in:
guide 2022-07-19 20:37:21 +08:00
parent 7c88811e3e
commit 9b325980ff
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ export const sidebarConfig = defineSidebarConfig({
], ],
}, },
{ {
text: "容器", text: "集合",
prefix: "collection/", prefix: "collection/",
icon: "container", icon: "container",
collapsable: true, collapsable: true,

View File

@ -1,5 +1,5 @@
--- ---
title: Java容器常见面试题总结(下) title: Java集合常见面试题总结(下)
category: Java category: Java
tag: tag:
- Java集合 - Java集合