< prev index next >

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

Print this page

        

*** 113,123 **** * <a href="{@docRoot}/serialized-form.html#java.util.CollSer">Serialized Form</a> * page. * </ul> * * <p>This interface is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @param <E> the type of elements in this list * * @author Josh Bloch --- 113,123 ---- * <a href="{@docRoot}/serialized-form.html#java.util.CollSer">Serialized Form</a> * page. * </ul> * * <p>This interface is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @param <E> the type of elements in this list * * @author Josh Bloch
< prev index next >