LinkedList (Java 2 Platform SE v1.4.2)Linked
list implementation of the List
interface. ... These operations allow linked lists to be used as a stack, queue, or double-ended queue (deque) ...
http://java.sun.com/j2se/1.4.2/docs/api/java/util/LinkedList.html
LinkedList (Java Platform SE 6)Linked
list implementation of the List
interface. ... These operations allow linked lists to be used as a stack, queue, or double-ended queue. ...
http://java.sun.com/javase/6/docs/api/java/util/LinkedList.html