Generic LinkedList

LinkedList<T> is a doubly linked list.

A doubly linked list is a list of nodes in which each references the node before, the node after, and the actual element.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.