Vector.contains

Vector.contains

Class Overview | Class Members | This Package | All Packages

Syntax
public final boolean contains( Object elem )
Parameters
elem
an object.
Returns
true if the specified object is a component in this vector; false otherwise.
Description
Tests if the specified object is a component in this vector.