单纯小土豆

文章
2
资源
0
加入时间
2年10月17天

黑马程序员-----集合(collection,map)

集合的继承体系结构图:Collection |- List        |- ArrayList       |- LinkedList       |- Vector |- Set      |- HashSet      |- TreeSetCollection: 集合的顶层接口 方法:   添加功能:    boolean add(E e