Java 集合框架——List集合

129 阅读1分钟

1. ArrayList

ArrayList底层是数组

image.png

2. LinkedList

image.png

image.png