慕尼黑的夜晚无繁华
LinkedListLinked list implementation of the List interface. Implements alloptional list operations, and permits all elements (includingnull). In addition to implementing the List interface,the LinkedList class provides uniformly named methods toget, remove and insert an element at thebeginning and end of the list. These operations allow linked lists to beused as a stack, queue, or double-ended queue.