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