How can you determine if a Set contains a specific element?
search(element)
contains(element)
find(element)
has(element)