Package java.util
Interface List

Public Method contains

abstract boolean contains(Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns true if this list contains the specified element. More formally, returns true if and only if this list contains at least one element e such that (o==null ? e==null : o.equals(e)).