Package java.util
Interface Collection
abstract boolean contains(Object o)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
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)).