The Source for Java Technology Collaboration


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

Topic LinkedList . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 31 Aug 2003 - 01:35:41 - Main.redwolf
Parents: WebHome > Glossary > ArrayList