You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param array the array to search for the object, may be {@code null}.
67
67
* @param objectToFind the object to find, may be {@code null}.
68
-
* @param startIndex the index to start searching at
68
+
* @param startIndex the index to start searching.
69
69
* @return the index of the object within the array starting at the index, {@link CollectionUtils#INDEX_NOT_FOUND} ({@code -1}) if not found or {@code null}
0 commit comments