Collection接口
Collection接口继承 Iterable,jdk中有两个子接口,List,Set、Queue;List下有三个实现类Vector、ArrayList、LinkedList;
Set下有两个实现类HashSet、LinkedHashSet;Queue下有一个实现类PriorityQueue;
Collection接口
Collection接口继承 Iterable,jdk中有两个子接口,List,Set、Queue;List下有三个实现类Vector、ArrayList、LinkedList;
Set下有两个实现类HashSet、LinkedHashSet;Queue下有一个实现类PriorityQueue;
1789
1235
1011

被折叠的 条评论
为什么被折叠?
