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

Method listIterator

lib/java/util/Collections.java:2992–2994  ·  view source on GitHub ↗

@see java.util.List#listIterator()

()

Source from the content-addressed store, hash-verified

2990 * @see java.util.List#listIterator()
2991 */
2992 public ListIterator<E> listIterator() {
2993 return new CheckedListIterator<E>(l.listIterator(), type);
2994 }
2995
2996 /**
2997 * @see java.util.List#listIterator(int)

Callers

nothing calls this directly

Calls 1

listIteratorMethod · 0.65

Tested by

no test coverage detected