src/share/classes/java/util/Collection.java

Print this page

        

*** 101,110 **** --- 101,112 ---- * * <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 collection + * * @author Josh Bloch * @author Neal Gafter * @see Set * @see List * @see Map