File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# LinkedList 底层分析
22
3- ![ ] ( https://ws1 .sinaimg.cn/large/006tKfTcgy1fmtdndjiwej30hj06mabj .jpg )
3+ ![ ] ( https://ws4 .sinaimg.cn/large/006tKfTcly1fqzb66c00gj30p7056q38 .jpg )
44
5- 如图所示 ` LinkedList ` 底层是基于双向链表实现的,也是实现了 ` List ` 接口,所以也拥有 List 的一些特点。
5+ 如图所示 ` LinkedList ` 底层是基于双向链表实现的,也是实现了 ` List ` 接口,所以也拥有 List 的一些特点(JDK1.7/8 之后取消了循环,修改为双向链表) 。
66
77## 新增方法
88
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Java 知识点,继续完善中。
1212
1313
1414### 常用集合
15- - [ ArrayList/Vector 底层分析 ] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/ArrayList.md )
16- - [ LinkedList 底层分析 ] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/LinkedList.md )
17- - [ HashMap 底层分析 ] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/HashMap.md )
18- - [ LinkedHashMap 底层分析 ] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/collection/LinkedHashMap.md )
15+ - [ ArrayList/Vector] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/ArrayList.md )
16+ - [ LinkedList] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/LinkedList.md )
17+ - [ HashMap] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/HashMap.md )
18+ - [ LinkedHashMap] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/collection/LinkedHashMap.md )
1919
2020### Java 多线程
2121- [ 多线程中的常见问题] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/Thread-common-problem.md )
You can’t perform that action at this time.
0 commit comments