Package java.util
Interface Set
abstract boolean contains(Object o)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns true if this set contains the specified element. More formally, returns true if and only if this set contains an element e such that (o==null ? e==null : o.equals(e)).