LinkedList
Class LinkedList<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<E>
-
- java.util.LinkedList<E>
- Type Parameters:
-
E
- the type of elements held in this collection
- All Implemented Interfaces:
- Serializable, Cloneable