LinkedList < Javapedia < TWiki

TWiki . Javapedia . LinkedList

Home | Help | Changes | Index | Search | Go

LinkedList

A Java class that is a member of the Java Collections Framework which implements the List interface. LinkedList provides methods to get, insert and remove elements at the start and end of a list. LinkedLists are not synchronized.



Discussion about LinkedList

----- Revision r1 - 31 Aug 2003 - 01:35:41 - Main.redwolf