My pages
Projects
Communities
java.net
java.net
>
Wiki
>
Javapedia
>
Glossary
>
ArrayList
>
LinkedList
As the new Java.net infrastructure contains project-level wikis, this main wiki will be shut down in the near future. For wiki page export and general wiki questions please contact the site admin at
communitymanager@java.net
.
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 - 2003-08-31 - 01:35:41 - redwolf
Parents:
WebHome
>
Glossary
>
ArrayList