mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Update Java集合框架常见面试题总结.md
This commit is contained in:
parent
16514c49a5
commit
a6befdc622
@ -1,3 +1,8 @@
|
||||
[List,Set,Map三者的区别及总结](#List,Set,Map三者的区别及总结)
|
||||
[Arraylist 与 LinkedList 区别](#Arraylist 与 LinkedList 区别)
|
||||
[ArrayList 与 Vector 区别](#ArrayList 与 Vector 区别)
|
||||
[HashMap 和 Hashtable 的区别](#HashMap 和 Hashtable 的区别)
|
||||
|
||||
## <font face="楷体">List,Set,Map三者的区别及总结</font>
|
||||
- **List:对付顺序的好帮手**
|
||||
|
||||
@ -321,4 +326,4 @@ public class MethodDemo {
|
||||
《Java核心技术卷1》推荐阅读真心不错 (适合基础较好的)
|
||||
|
||||
《算法》第四版 (适合想对数据结构的Java实现感兴趣的)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user