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

📄 persistentpagefile.html

📁 一个java实现的R树
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../rtree/AbstractNode.html">AbstractNode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../rtree/PersistentPageFile.html#readNode(int)">readNode</A></B>(int&nbsp;page)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the node stored in the requested page.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rtree/PersistentPageFile.html#writeNode(rtree.AbstractNode)">writeNode</A></B>(<A HREF="../rtree/AbstractNode.html">AbstractNode</A>&nbsp;n)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes the node into the first available page and returns that page.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="EMPTY_PAGE"><!-- --></A><H3>
EMPTY_PAGE</H3>
<PRE>
public static final int <B>EMPTY_PAGE</B></PRE>
<DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="PersistentPageFile()"><!-- --></A><H3>
PersistentPageFile</H3>
<PRE>
public <B>PersistentPageFile</B>()</PRE>
<DL>
</DL>
<HR>

<A NAME="PersistentPageFile(java.lang.String)"><!-- --></A><H3>
PersistentPageFile</H3>
<PRE>
public <B>PersistentPageFile</B>(java.lang.String&nbsp;fileName)</PRE>
<DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="initialize(rtree.RTree, int, float, int, int)"><!-- --></A><H3>
initialize</H3>
<PRE>
protected void <B>initialize</B>(<A HREF="../rtree/RTree.html">RTree</A>&nbsp;tree,                          int&nbsp;dimension,                          float&nbsp;fillFactor,                          int&nbsp;capacity,                          int&nbsp;treeType)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><A HREF="../rtree/PageFile.html#initialize(rtree.RTree, int, float, int, int)">initialize</A> in class <A HREF="../rtree/PageFile.html">PageFile</A></DL>
</DD>
</DL>
<HR>

<A NAME="finalize()"><!-- --></A><H3>
finalize</H3>
<PRE>
protected void <B>finalize</B>()                 throws java.lang.Throwable</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><A HREF="../rtree/PageFile.html#finalize()">finalize</A> in class <A HREF="../rtree/PageFile.html">PageFile</A></DL>
</DD>
</DL>
<HR>

<A NAME="readNode(int)"><!-- --></A><H3>
readNode</H3>
<PRE>
protected <A HREF="../rtree/AbstractNode.html">AbstractNode</A> <B>readNode</B>(int&nbsp;page)                         throws <A HREF="../rtree/PageFaultError.html">PageFaultError</A></PRE>
<DL>
<DD><B>Description copied from class: <A HREF="../rtree/PageFile.html">PageFile</A></B></DD>
<DD>Returns the node stored in the requested page.<DD><DL>
<DT><B>Overrides:</B><DD><A HREF="../rtree/PageFile.html#readNode(int)">readNode</A> in class <A HREF="../rtree/PageFile.html">PageFile</A></DL>
</DD>
</DL>
<HR>

<A NAME="writeNode(rtree.AbstractNode)"><!-- --></A><H3>
writeNode</H3>
<PRE>
protected int <B>writeNode</B>(<A HREF="../rtree/AbstractNode.html">AbstractNode</A>&nbsp;n)                 throws <A HREF="../rtree/PageFaultError.html">PageFaultError</A></PRE>
<DL>
<DD><B>Description copied from class: <A HREF="../rtree/PageFile.html">PageFile</A></B></DD>
<DD>Writes the node into the first available page and returns that page.<DD><DL>
<DT><B>Overrides:</B><DD><A HREF="../rtree/PageFile.html#writeNode(rtree.AbstractNode)">writeNode</A> in class <A HREF="../rtree/PageFile.html">PageFile</A></DL>
</DD>
</DL>
<HR>

<A NAME="deletePage(int)"><!-- --></A><H3>
deletePage</H3>
<PRE>
protected <A HREF="../rtree/AbstractNode.html">AbstractNode</A> <B>deletePage</B>(int&nbsp;page)                           throws <A HREF="../rtree/PageFaultError.html">PageFaultError</A></PRE>
<DL>
<DD><B>Description copied from class: <A HREF="../rtree/PageFile.html">PageFile</A></B></DD>
<DD>Marks a specific page as empty.<DD><DL>
<DT><B>Overrides:</B><DD><A HREF="../rtree/PageFile.html#deletePage(int)">deletePage</A> in class <A HREF="../rtree/PageFile.html">PageFile</A></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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/PersistentPageFile.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT ID="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="../rtree/PageFile.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../rtree/Point.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="PersistentPageFile.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;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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