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

Method listIterator

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

Source from the content-addressed store, hash-verified

636 }
637
638 public ListIterator<E> listIterator() {
639 synchronized (mutex) {
640 return list.listIterator();
641 }
642 }
643
644 public ListIterator<E> listIterator(int location) {
645 synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

listIteratorMethod · 0.65

Tested by

no test coverage detected