sublist.html
来自「网络爬虫开源代码」· HTML 代码 · 共 423 行 · 第 1/2 页
HTML
423 行
<A NAME="methods_inherited_from_class_java.util.AbstractList"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.util.AbstractList</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.util.AbstractCollection"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.util.AbstractCollection</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.util.List"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface java.util.List</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray</CODE></TD></TR></TABLE> <P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="SubList(java.util.List, int, int)"><!-- --></A><H3>SubList</H3><PRE>public <B>SubList</B>(java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>> delegate, int start, int end)</PRE><DL><DD>Constructor.<P><DL><DT><B>Parameters:</B><DD><CODE>delegate</CODE> - the list that create this SubList<DD><CODE>start</CODE> - the starting index of the sublist, inclusive<DD><CODE>end</CODE> - the ending index of the sublist, exclusive<DT><B>Throws:</B><DD><CODE>java.lang.IndexOutOfBoundsException</CODE> - if start or end are outside the bounds of the list<DD><CODE>java.lang.IllegalArgumentException</CODE> - if end is less than start</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="get(int)"><!-- --></A><H3>get</H3><PRE>public <A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A> <B>get</B>(int index)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>get</CODE> in interface <CODE>java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Specified by:</B><DD><CODE>get</CODE> in class <CODE>java.util.AbstractList<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="size()"><!-- --></A><H3>size</H3><PRE>public int <B>size</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>size</CODE> in interface <CODE>java.util.Collection<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Specified by:</B><DD><CODE>size</CODE> in interface <CODE>java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Specified by:</B><DD><CODE>size</CODE> in class <CODE>java.util.AbstractCollection<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="set(int,java.lang.Object)"><!-- --></A><A NAME="set(int, E)"><!-- --></A><H3>set</H3><PRE>public <A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A> <B>set</B>(int index, <A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A> value)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>set</CODE> in interface <CODE>java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Overrides:</B><DD><CODE>set</CODE> in class <CODE>java.util.AbstractList<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="add(int,java.lang.Object)"><!-- --></A><A NAME="add(int, E)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(int index, <A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A> value)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>add</CODE> in interface <CODE>java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Overrides:</B><DD><CODE>add</CODE> in class <CODE>java.util.AbstractList<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="remove(int)"><!-- --></A><H3>remove</H3><PRE>public <A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A> <B>remove</B>(int index)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>remove</CODE> in interface <CODE>java.util.List<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE><DT><B>Overrides:</B><DD><CODE>remove</CODE> in class <CODE>java.util.AbstractList<<A HREF="../../../org/archive/util/SubList.html" title="type parameter in SubList">E</A>></CODE></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SubList.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/archive/util/Reporter.html" title="interface in org.archive.util"><B>PREV CLASS</B></A> <A HREF="../../../org/archive/util/SURT.html" title="class in org.archive.util"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/archive/util/SubList.html" target="_top"><B>FRAMES</B></A> <A HREF="SubList.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_java.util.AbstractList">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 2003-2007 Internet Archive. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?