Package java.util
Class LinkedList

Public Constructor LinkedList

LinkedList()

LinkedList(Collection c)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor LinkedList():

Constructs an empty list.

constructor LinkedList(Collection c):

Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.