- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for indexOfImpl (0.05 sec)
-
android/guava/src/com/google/common/collect/ForwardingList.java
* this implementation. * * @since 7.0 */ protected int standardIndexOf(@Nullable Object element) { return Lists.indexOfImpl(this, element); } /** * A sensible default implementation of {@link #lastIndexOf}, in terms of {@link * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 7.8K bytes - Viewed (0)