contains(Object) *7
JDK Doc(JAVA)Download this dictionary
contains(Object) *7
- Method in class java.util.Vector 
public boolean contains (Object  elem)
Tests if the specified object is a component in this vector.Specified by:  contains in interface List Overrides: contains in class AbstractCollection Parameters: elem - an object.Returns: true if and only if the specified object is the same as a component in this vector, as determined by the equals method; false otherwise.