- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for listIteratorImpl (0.08 seconds)
-
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.5K bytes - Click Count (0) -
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)