java.util.List<E>
@Contract(pure = true) public abstract boolean contains(Objecto)
Overrides: |
|
Params: | o – element whose presence in this list is to be tested |
Returns: | true if this list contains the specified element |
Throws: |
|
Inferred annotations: | @org.jetbrains.annotations.Contract(pure = true) |