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.
@Contract(pure = true)public abstract boolean contains(
Objecto
)
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.
Overrides: |
|
Params: |
|
Returns: | true if this list contains the specified element |
Throws: |
|