AbstractCollection.contains

{@inheritDoc}

<p>This implementation iterates over the elements in the collection, checking each element in turn for equality with the specified element.

@throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc}

class AbstractCollection(E)
bool
contains
(
E o
)

Meta