jdk/src/share/classes/java/util/Iterator.java
changeset 4977 81902a400bbf
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4976:7419a22f407c 4977:81902a400bbf
    39  *
    39  *
    40  * <p>This interface is a member of the
    40  * <p>This interface is a member of the
    41  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    41  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    42  * Java Collections Framework</a>.
    42  * Java Collections Framework</a>.
    43  *
    43  *
       
    44  * @param <E> the type of elements returned by this iterator
       
    45  *
    44  * @author  Josh Bloch
    46  * @author  Josh Bloch
    45  * @see Collection
    47  * @see Collection
    46  * @see ListIterator
    48  * @see ListIterator
    47  * @see Iterable
    49  * @see Iterable
    48  * @since 1.2
    50  * @since 1.2