- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for listIteratorImpl (0.06 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 Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 42.6K bytes - Click Count (0)