A Java data structure that allows random access and that can grow to hold an arbitrary number of elements. Class java.util.Vector

The official API documentation (JDK 1.1) can be found at http://java.sun.com/products/jdk/1.1/docs/api/java.util.Vector.html.