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

Print this page

        

*** 87,96 **** --- 87,98 ---- * * <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