Searches this List for the specified object and returns the index of the first occurrence. @param object the object to search for. @return the index of the first occurrence of the object or -1 if the object was not found.
(Object object)
| 183 | * object was not found. |
| 184 | */ |
| 185 | public int indexOf(Object object); |
| 186 | |
| 187 | /** |
| 188 | * Returns whether this {@code List} contains no elements. |
no outgoing calls