My pages
Projects
Communities
java.net
java.net
>
Wiki
>
Javapedia
>
Glossary
>
ArrayList
>
LinkedList
Get Involved
About java.net
Request a Project
Publicize your Project
Submit Content
java-net Project
Site Help
Report Inappropriate Content
Get Informed
Articles
Weblogs
Events
java.net Online Books
java.net Archives
Get Connected
java.net Forums
Wiki
and
Javapedia
People
,
Partners
, and
Jobs
Java User Groups
RSS Feeds
Search
Web and Projects:
Online Books:
Advanced Search
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
}
java.net
RSS
Revision r1 - 31 Aug 2003 - 01:35:41 - Main.redwolf
Parents:
WebHome
>
Glossary
>
ArrayList