contains(Object) *9
JDK Doc(JAVA)Download this dictionary
contains(Object) *9
- Method in interface java.util.Collection 
public boolean contains (Object  o)
Returns true if this collection contains the specified element. More formally, returns true if and only if this collection contains at least one element e such that (o==null ? e==null : o.equals(e)).Parameters: o - element whose presence in this collection is to be tested.Returns: true if this collection contains the specified element