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

Print this page

        

@@ -39,10 +39,12 @@
  *
  * <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