Vector.removeElement

Vector.removeElement

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized boolean removeElement( Object obj )
Parameters
obj
the component to be removed.
Returns
true if the argument was a component of this vector; false otherwise.
Description
Removes the first occurrence of the argument from this vector. If the object is found in this vector, each component in the vector with an index greater or equal to the object's index is shifted downward to have an index one smaller than the value it had previously.