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

Method iterator

lib/java/util/AbstractList.java:297–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 @Override
298 public Iterator<E> iterator() {
299 return listIterator(0);
300 }
301
302 @Override
303 public ListIterator<E> listIterator(int location) {

Callers

nothing calls this directly

Calls 1

listIteratorMethod · 0.95

Tested by

no test coverage detected