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

📄 basearrayindex.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="removeKeyAt(int)"><!-- --></A><H3>
removeKeyAt</H3>
<PRE>
protected abstract void <B>removeKeyAt</B>(int&nbsp;index)                             throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getKeyList()"><!-- --></A><H3>
getKeyList</H3>
<PRE>
protected abstract <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> <B>getKeyList</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getKeyList(int, int)"><!-- --></A><H3>
getKeyList</H3>
<PRE>
protected abstract <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> <B>getKeyList</B>(int&nbsp;minIndex,                                   int&nbsp;maxIndex)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="supportsOperator(org.axiondb.ComparisonOperator)"><!-- --></A><H3>
supportsOperator</H3>
<PRE>
public boolean <B>supportsOperator</B>(<A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A>&nbsp;op)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE></B></DD>
<DD>Returns <tt>true</tt> iff  <A HREF="../../../org/axiondb/Index.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)"><CODE>Index.getRowIterator(org.axiondb.RowSource,org.axiondb.ComparisonOperator,java.lang.Object)</CODE></A>  can support the given operator, <tt>false</tt> otherwise.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Index.html#supportsOperator(org.axiondb.ComparisonOperator)">supportsOperator</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html#supportsOperator(org.axiondb.ComparisonOperator)">supportsOperator</A></CODE> in class <CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html">BaseIndex</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)"><!-- --></A><H3>
getRowIterator</H3>
<PRE>
public <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A> <B>getRowIterator</B>(<A HREF="../../../org/axiondb/RowSource.html">RowSource</A>&nbsp;source,                                  <A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A>&nbsp;op,                                  <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A>&nbsp;value)                           throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE></B></DD>
<DD>Returns a <A HREF="../../../org/axiondb/RowIterator.html"><CODE>RowIterator</CODE></A> over the indexed rows, limited by the given <A HREF="../../../org/axiondb/ComparisonOperator.html"><CODE>ComparisonOperator</CODE></A>/value pair, using the default sort order.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Index.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></CODE> in class <CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html">BaseIndex</A></CODE></DL>
</DD>
<DD>Following copied from interface: <CODE>org.axiondb.Index</CODE></DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>operator</CODE> - the <A HREF="../../../org/axiondb/ComparisonOperator.html"><CODE>ComparisonOperator</CODE></A> to apply<DD><CODE>value</CODE> - the value to compare the indexed column to</DL>
</DD>
</DL>
<HR>

<A NAME="rowInserted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowInserted</H3>
<PRE>
public void <B>rowInserted</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A>&nbsp;event)                 throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rowDeleted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowDeleted</H3>
<PRE>
public void <B>rowDeleted</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A>&nbsp;event)                throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rowUpdated(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowUpdated</H3>
<PRE>
public void <B>rowUpdated</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A>&nbsp;event)                throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="save(java.io.File)"><!-- --></A><H3>
save</H3>
<PRE>
public void <B>save</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A>&nbsp;dataDirectory)          throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Index.html#save(java.io.File)">save</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html#save(java.io.File)">save</A></CODE> in class <CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html">BaseIndex</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getValueList()"><!-- --></A><H3>
getValueList</H3>
<PRE>
protected org.apache.commons.collections.primitives.IntArrayList <B>getValueList</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="changeRowId(org.axiondb.Table, org.axiondb.Row, int, int)"><!-- --></A><H3>
changeRowId</H3>
<PRE>
public void <B>changeRowId</B>(<A HREF="../../../org/axiondb/Table.html">Table</A>&nbsp;table,                        <A HREF="../../../org/axiondb/Row.html">Row</A>&nbsp;row,                        int&nbsp;oldId,                        int&nbsp;newId)                 throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Index.html#changeRowId(org.axiondb.Table, org.axiondb.Row, int, int)">changeRowId</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <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/BaseArrayIndex.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/axiondb/engine/AxionTypesMetaTableUpdater.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/axiondb/engine/BaseBTreeIndex.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="BaseArrayIndex.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&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>
<!-- =========== END OF NAVBAR =========== -->

<HR>
Copyright &copy; 2002-2003 Axion Development Team. All Rights Reserved.
</BODY>
</HTML>

⌨️ 快捷键说明

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