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

Method iterator

output/java_guava/1.4.18/Lists.java:929–932  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

927 }
928
929 @Override
930 public Iterator<T> iterator() {
931 return listIterator();
932 }
933
934 @Override
935 public ListIterator<T> listIterator(int index) {

Callers

nothing calls this directly

Calls 1

listIteratorMethod · 0.95

Tested by

no test coverage detected