Vector.elementAt

Vector.elementAt

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized Object elementAt( int index )
Parameters
index
an index into this vector.
Returns
the component at the specified index.
Description
Returns the component at the specified index.

Exceptions
ArrayIndexOutOfBoundsException if an invalid index was given.