Package java.util

Class LinkedList

extends AbstractSequentialListAbstractListAbstractCollectionObject
implements List, Cloneable, Serializable, Collection

Linked list implementation of the List interface. It implements all the optional list operations, and provides uniformly named methods to get, remove, and insert an element at the beginning and end of the list. This implementation is not synchronized.

Public Constructors

Public Methods

Methods inherited from java.util.AbstractSequentialList

Methods inherited from java.util.AbstractList

Methods inherited from java.util.AbstractCollection

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_