MCPcopy Create free account
hub / github.com/davidgiven/luje / listIterator

Method listIterator

lib/java/util/Collections.java:1120–1122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1118 }
1119
1120 public ListIterator<E> listIterator() {
1121 return listIterator(0);
1122 }
1123
1124 public ListIterator<E> listIterator(final int location) {
1125 return new ListIterator<E>() {

Callers

nothing calls this directly

Calls 1

listIteratorMethod · 0.65

Tested by

no test coverage detected