Vector < Javapedia < TWiki

TWiki . Javapedia . Vector

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

----- Revision r5 - 27 Jun 2003 - 20:45:34 - Main.little_endian