Package java.util
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
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from java.util.AbstractCollection
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_