Vector.firstElement

Vector.firstElement

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized Object firstElement()
Returns
the first component of this vector.
Description
Returns the first component of this vector.

Exceptions
NoSuchElementException if this vector has no components.