src/share/classes/java/util/Iterator.java

Print this page

        

*** 39,48 **** --- 39,50 ---- * * <p>This interface is a member of the * <a href="{@docRoot}/../technotes/guides/collections/index.html"> * Java Collections Framework</a>. * + * @param <E> the type of elements returned by this iterator + * * @author Josh Bloch * @see Collection * @see ListIterator * @see Iterable * @since 1.2