⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 doublelist.html

📁 用JAVA编写的,在做实验的时候留下来的,本来想删的,但是传上来,大家分享吧
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, hashCode</CODE></TD></TR></TABLE>&nbsp;<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="DoubleList(java.lang.String, java.lang.String)"><!-- --></A><H3>DoubleList</H3><PRE>public <B>DoubleList</B>(java.lang.String&nbsp;name,                  java.lang.String&nbsp;description)</PRE><DL><DD>Creates a new DoubleList.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - of the list.<DD><CODE>description</CODE> - of the list. This string should be suitable for using        in a user interface.</DL></DL><HR><A NAME="DoubleList(java.lang.String, java.lang.String, org.archive.crawler.settings.DoubleList)"><!-- --></A><H3>DoubleList</H3><PRE>public <B>DoubleList</B>(java.lang.String&nbsp;name,                  java.lang.String&nbsp;description,                  <A HREF="../../../../org/archive/crawler/settings/DoubleList.html" title="class in org.archive.crawler.settings">DoubleList</A>&nbsp;l)</PRE><DL><DD>Creates a new DoubleList and initializes it with the values from another DoubleList.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - of the list.<DD><CODE>description</CODE> - of the list. This string should be suitable for using        in a user interface.<DD><CODE>l</CODE> - the list from which this lists gets its initial values.</DL></DL><HR><A NAME="DoubleList(java.lang.String, java.lang.String, java.lang.Double[])"><!-- --></A><H3>DoubleList</H3><PRE>public <B>DoubleList</B>(java.lang.String&nbsp;name,                  java.lang.String&nbsp;description,                  java.lang.Double[]&nbsp;l)</PRE><DL><DD>Creates a new DoubleList and initializes it with the values from an array of Doubles.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - of the list.<DD><CODE>description</CODE> - of the list. This string should be suitable for using        in a user interface.<DD><CODE>l</CODE> - the array from which this lists gets its initial values.</DL></DL><HR><A NAME="DoubleList(java.lang.String, java.lang.String, double[])"><!-- --></A><H3>DoubleList</H3><PRE>public <B>DoubleList</B>(java.lang.String&nbsp;name,                  java.lang.String&nbsp;description,                  double[]&nbsp;l)</PRE><DL><DD>Creates a new DoubleList and initializes it with the values from an double array.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - of the list.<DD><CODE>description</CODE> - of the list. This string should be suitable for using        in a user interface.<DD><CODE>l</CODE> - the array from which this lists gets its initial values.</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="add(int, java.lang.Double)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(int&nbsp;index,                java.lang.Double&nbsp;element)</PRE><DL><DD>Add a new <CODE>Double</CODE> at the specified index to this list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - index at which the specified element is to be inserted.<DD><CODE>element</CODE> - the value to be added.</DL></DD></DL><HR><A NAME="add(int, double)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(int&nbsp;index,                double&nbsp;element)</PRE><DL><DD>Add a new <code>double</code> at the specified index to this list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - index at which the specified element is to be inserted.<DD><CODE>element</CODE> - the value to be added.</DL></DD></DL><HR><A NAME="add(java.lang.Double)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(java.lang.Double&nbsp;element)</PRE><DL><DD>Add a new <CODE>Double</CODE> at the end of this list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>element</CODE> - the value to be added.</DL></DD></DL><HR><A NAME="add(double)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(double&nbsp;element)</PRE><DL><DD>Add a new double at the end of this list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>element</CODE> - the value to be added.</DL></DD></DL><HR><A NAME="addAll(org.archive.crawler.settings.DoubleList)"><!-- --></A><H3>addAll</H3><PRE>public void <B>addAll</B>(<A HREF="../../../../org/archive/crawler/settings/DoubleList.html" title="class in org.archive.crawler.settings">DoubleList</A>&nbsp;l)</PRE><DL><DD>Appends all of the elements in the specified list to the end of this list, in the order that they are returned by the specified lists's iterator. The behavior of this operation is unspecified if the specified collection is modified while the operation is in progress.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - list whose elements are to be added to this list.</DL></DD></DL><HR><A NAME="addAll(java.lang.Double[])"><!-- --></A><H3>addAll</H3><PRE>public void <B>addAll</B>(java.lang.Double[]&nbsp;l)</PRE><DL><DD>Appends all of the elements in the specified array to the end of this list, in the same order that they are in the array.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - array whose elements are to be added to this list.</DL></DD></DL><HR><A NAME="addAll(double[])"><!-- --></A><H3>addAll</H3><PRE>public void <B>addAll</B>(double[]&nbsp;l)</PRE><DL><DD>Appends all of the elements in the specified array to the end of this list, in the same order that they are in the array.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - array whose elements are to be added to this list.</DL></DD></DL><HR><A NAME="set(int, java.lang.Double)"><!-- --></A><H3>set</H3><PRE>public java.lang.Double <B>set</B>(int&nbsp;index,                            java.lang.Double&nbsp;element)</PRE><DL><DD>Replaces the element at the specified position in this list with the  specified element.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - index at which the specified element is to be inserted.<DD><CODE>element</CODE> - element to be inserted.<DT><B>Returns:</B><DD>the element previously at the specified position.</DL></DD></DL><HR><A NAME="checkType(java.lang.Object)"><!-- --></A><H3>checkType</H3><PRE>public java.lang.Object <B>checkType</B>(java.lang.Object&nbsp;element)                           throws java.lang.ClassCastException</PRE><DL><DD>Check if element is of right type for this list. If this method gets a String, it tries to convert it to the an Double before eventually throwing an exception.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/archive/crawler/settings/ListType.html#checkType(java.lang.Object)">checkType</A></CODE> in class <CODE><A HREF="../../../../org/archive/crawler/settings/ListType.html" title="class in org.archive.crawler.settings">ListType</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>element</CODE> - element to check.<DT><B>Returns:</B><DD>element of the right type.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - is thrown if the element was of wrong type         and could not be converted.</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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DoubleList.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/archive/crawler/settings/DataContainer.html" title="class in org.archive.crawler.settings"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/archive/crawler/settings/FloatList.html" title="class in org.archive.crawler.settings"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?org/archive/crawler/settings/DoubleList.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="DoubleList.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 2003-2006 Internet Archive. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -