LinkedList集合 java.util.LinkedList集合 implements List接口 LinkedList 集合的特点: 底层是一个链表结构:查询慢,增删快 里面包含了大量操作首位元素的方法 注意:使用LinkedList集合特有的方法,不能使用多态