Vector
Vector
• Online document
– http://java.sun.com/j2se/1.4.2/docs/api/java/util/Vector.html
Fields of class Vector
– elementData
• Internal data array storing elements in the
vector
– elementCount
• The number of elements stored in the
vector. It is equal to the vector’s size.
– capacityIncrement
• The amount by which the capacity of the
vector is automatically incremented when it
becomes full.
Define objects of Vector