MCPcopy Create free account
hub / github.com/antlr/codebuff / listIteratorImpl

Method listIteratorImpl

output/java_guava/1.4.18/Lists.java:1148–1150  ·  view source on GitHub ↗

Returns an implementation of List#listIterator(int).

(List<E> list, int index)

Source from the content-addressed store, hash-verified

1146
1147
1148 static <E> ListIterator<E> listIteratorImpl(List<E> list, int index) {
1149 return new AbstractListWrapper<E>(list).listIterator(index);
1150 }
1151
1152 /**
1153 * An implementation of {@link List#subList(int, int)}.

Callers 1

standardListIteratorMethod · 0.95

Calls 1

listIteratorMethod · 0.45

Tested by

no test coverage detected