Category:LinkedList
From Java Example Source Code
These Java example programs introduce LinkedList.
LinkedList implementation of the List interface. Implements all optional list operations, and permits all elements (including null). In addition to implementing the List interface, the LinkedList class provides uniformly named methods to get, remove and insert an element at the beginning and end of the list. These operations allow linked lists to be used as a stack, queue, or double-ended queue (deque).
Pages in category "LinkedList"
The following 2 pages are in this category, out of 2 total.
