My pages
Projects
Communities
java.net
java.net
>
Wiki
>
Javapedia
>
Glossary
> Vector
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
Vector
The
Vector
is the pre
Java Collections Framework
class for
ArrayList
. Since
collections
were introduced in
Java
1.2 the
ArrayList
is preferred in most cases where the
Vector
is applicable.
See
ArrayList
for more information including convenient ways to make the
ArrayList
perform like the
Vector
.
Discussion about Vector
Topic
Vector
. {
Edit
|
Ref-By
|
Printable
|
Diffs
r5
<
r4
<
r3
<
r2
<
r1
|
More
}
java.net
RSS
Revision r5 - 2003-06-27 - 20:45:34 - little_endian
Parents:
WebHome
>
Glossary