- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for listIteratorImpl (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/Lists.java
return i; } } } return -1; } /** Returns an implementation of {@link List#listIterator(int)}. */ static <E extends @Nullable Object> ListIterator<E> listIteratorImpl(List<E> list, int index) { return new AbstractListWrapper<>(list).listIterator(index); } /** An implementation of {@link List#subList(int, int)}. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 16:38:09 GMT 2026 - 42.1K bytes - Click Count (0)