java集合框架图

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/53370899-95f3-4f5c-b2fb-80aebb759e6f/Snipaste_2021-05-25_17-57-57.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/eb67da99-2bb3-4cb2-84b0-25d0762794e1/Snipaste_2021-05-25_17-57-44.png

Collection单列集合

Collection接口和常用方法

List接口和常用方法

ArrayList底层结构和源码分析

Vector底层结构和源码剖析

LinkedList底层结构

Set接口基本介绍

HashSet

TreeSet

LinkedHashSet(Set接口实现类)

Collections工具类介绍

Map双列集合

Map接口和常用方法

HashMap(Map接口实现类)

HashTable

Properties和常用方法

TreeSet