< prev index next >

src/java.base/share/classes/java/util/AbstractList.java

Print this page
rev 47863 : imported patch listn

*** 339,348 **** --- 339,349 ---- return new ListItr(index); } private class Itr implements Iterator<E> { + /** * Index of element to be returned by subsequent call to next. */ int cursor = 0;
< prev index next >