src/share/classes/java/util/List.java

Print this page

        

@@ -87,10 +87,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 in this list
+ *
  * @author  Josh Bloch
  * @author  Neal Gafter
  * @see Collection
  * @see Set
  * @see ArrayList