jdk/src/java.base/share/classes/java/util/ListIterator.java
changeset 44743 f0bbd698c486
parent 25859 3317bb8137f4
equal deleted inserted replaced
44677:86328fca16ae 44743:f0bbd698c486
    44  * <i>not</i> defined in terms of the cursor position;  they are defined to
    44  * <i>not</i> defined in terms of the cursor position;  they are defined to
    45  * operate on the last element returned by a call to {@link #next} or
    45  * operate on the last element returned by a call to {@link #next} or
    46  * {@link #previous()}.
    46  * {@link #previous()}.
    47  *
    47  *
    48  * <p>This interface is a member of the
    48  * <p>This interface is a member of the
    49  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    49  * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
    50  * Java Collections Framework</a>.
    50  * Java Collections Framework</a>.
    51  *
    51  *
    52  * @author  Josh Bloch
    52  * @author  Josh Bloch
    53  * @see Collection
    53  * @see Collection
    54  * @see List
    54  * @see List