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