Java集合框架

Java集合工具包位于Java.util包下,包含了很多常用的数据结构,如数组、链表……

LinkedList

#LinkedList<E> 是一个类 实现的接口:List、Collection、Iterable、Serial……