day14-01集合
集合用来存对象
数据多了用对象存。
最顶层Collection
List Set
ArrayList HashSet
LinkedList TreeSet
Vector
不断向上收集
为什么出现这般多容器呢?
因为每个容器对数据的存储方式不同
称之为:数据结构
集合用来存对象
数据多了用对象存。
最顶层Collection
List Set
ArrayList HashSet
LinkedList TreeSet
Vector
不断向上收集
为什么出现这般多容器呢?
因为每个容器对数据的存储方式不同
称之为:数据结构