The Source for Java Technology Collaboration


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 }
 XML java.net RSS

Revision r5 - 27 Jun 2003 - 20:45:34 - Main.little_endian
Parents: WebHome > Glossary