FreePastry/docs/javadoc/rice/p2p/util/package-tree.html
ChronosX88 aaa73fe8b3 Pew
2019-05-13 16:45:05 +04:00

215 lines
13 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_07) on Fri Mar 13 20:01:44 CET 2009 -->
<TITLE>
rice.p2p.util Class Hierarchy (Rice Pastry - API Specifications)
</TITLE>
<META NAME="date" CONTENT="2009-03-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="rice.p2p.util Class Hierarchy (Rice Pastry - API Specifications)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" 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_top_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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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>
Rice Pastry API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../rice/p2p/splitstream/testing/package-tree.html"><B>PREV</B></A>&nbsp;
&nbsp;<A HREF="../../../rice/p2p/util/rawserialization/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?rice/p2p/util/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-tree.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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package rice.p2p.util
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.util.AbstractCollection&lt;E&gt; (implements java.util.Collection&lt;E&gt;)
<UL>
<LI TYPE="circle">java.util.AbstractList&lt;E&gt; (implements java.util.List&lt;E&gt;)
<UL>
<LI TYPE="circle">java.util.AbstractSequentialList&lt;E&gt;<UL>
<LI TYPE="circle">java.util.LinkedList&lt;E&gt; (implements java.lang.Cloneable, java.util.Deque&lt;E&gt;, java.util.List&lt;E&gt;, java.io.Serializable)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/SortedLinkedList.html" title="class in rice.p2p.util"><B>SortedLinkedList</B></A>&lt;E&gt;</UL>
</UL>
</UL>
</UL>
<LI TYPE="circle">java.util.AbstractMap&lt;K,V&gt; (implements java.util.Map&lt;K,V&gt;)
<UL>
<LI TYPE="circle">java.util.HashMap&lt;K,V&gt; (implements java.lang.Cloneable, java.util.Map&lt;K,V&gt;, java.io.Serializable)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/SoftHashMap.html" title="class in rice.p2p.util"><B>SoftHashMap</B></A></UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/RedBlackMap.html" title="class in rice.p2p.util"><B>RedBlackMap</B></A> (implements java.lang.Cloneable, java.io.Serializable, java.util.SortedMap&lt;K,V&gt;)
<LI TYPE="circle">java.util.WeakHashMap&lt;K,V&gt; (implements java.util.Map&lt;K,V&gt;)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/TimerWeakHashMap.html" title="class in rice.p2p.util"><B>TimerWeakHashMap</B></A>&lt;K,V&gt;</UL>
</UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/AttachableCancellable.html" title="class in rice.p2p.util"><B>AttachableCancellable</B></A> (implements rice.p2p.commonapi.<A HREF="../../../rice/p2p/commonapi/Cancellable.html" title="interface in rice.p2p.commonapi">Cancellable</A>)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/Base64.html" title="class in rice.p2p.util"><B>Base64</B></A><LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/BloomFilter.html" title="class in rice.p2p.util"><B>BloomFilter</B></A> (implements java.io.Serializable)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/IdBloomFilter.html" title="class in rice.p2p.util"><B>IdBloomFilter</B></A> (implements java.io.Serializable)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/ImmutableSortedMap.html" title="class in rice.p2p.util"><B>ImmutableSortedMap</B></A> (implements java.io.Serializable, java.util.SortedMap&lt;K,V&gt;)
<LI TYPE="circle">java.io.InputStream (implements java.io.Closeable)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/EncryptedInputStream.html" title="class in rice.p2p.util"><B>EncryptedInputStream</B></A><LI TYPE="circle">java.io.FilterInputStream<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/Base64.InputStream.html" title="class in rice.p2p.util"><B>Base64.InputStream</B></A></UL>
<LI TYPE="circle">java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLObjectInputStream.html" title="class in rice.p2p.util"><B>XMLObjectInputStream</B></A></UL>
</UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/MathUtils.html" title="class in rice.p2p.util"><B>MathUtils</B></A><LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/MCAdapter.html" title="class in rice.p2p.util"><B>MCAdapter</B></A> (implements org.mpisws.p2p.transport.<A HREF="../../../org/mpisws/p2p/transport/MessageCallback.html" title="interface in org.mpisws.p2p.transport">MessageCallback</A>&lt;Identifier,MessageType&gt;)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/MRHAdapter.html" title="class in rice.p2p.util"><B>MRHAdapter</B></A> (implements org.mpisws.p2p.transport.<A HREF="../../../org/mpisws/p2p/transport/MessageRequestHandle.html" title="interface in org.mpisws.p2p.transport">MessageRequestHandle</A>&lt;Identifier,MessageType&gt;)
<LI TYPE="circle">java.io.ObjectInputStream.GetField<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLObjectInputStream.GetField.html" title="class in rice.p2p.util"><B>XMLObjectInputStream.GetField</B></A></UL>
<LI TYPE="circle">java.io.ObjectOutputStream.PutField<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLObjectOutputStream.PutField.html" title="class in rice.p2p.util"><B>XMLObjectOutputStream.PutField</B></A></UL>
<LI TYPE="circle">java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/EncryptedOutputStream.html" title="class in rice.p2p.util"><B>EncryptedOutputStream</B></A><LI TYPE="circle">java.io.FilterOutputStream<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/Base64.OutputStream.html" title="class in rice.p2p.util"><B>Base64.OutputStream</B></A></UL>
<LI TYPE="circle">java.io.ObjectOutputStream (implements java.io.ObjectOutput, java.io.ObjectStreamConstants)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLObjectOutputStream.html" title="class in rice.p2p.util"><B>XMLObjectOutputStream</B></A></UL>
</UL>
<LI TYPE="circle">java.io.RandomAccessFile (implements java.io.Closeable, java.io.DataInput, java.io.DataOutput)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/RandomAccessFileIOBuffer.html" title="class in rice.p2p.util"><B>RandomAccessFileIOBuffer</B></A> (implements rice.p2p.commonapi.rawserialization.<A HREF="../../../rice/p2p/commonapi/rawserialization/InputBuffer.html" title="interface in rice.p2p.commonapi.rawserialization">InputBuffer</A>, rice.p2p.commonapi.rawserialization.<A HREF="../../../rice/p2p/commonapi/rawserialization/OutputBuffer.html" title="interface in rice.p2p.commonapi.rawserialization">OutputBuffer</A>)
</UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/ReverseTreeMap.html" title="class in rice.p2p.util"><B>ReverseTreeMap</B></A> (implements java.io.Serializable)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/SecurityUtils.html" title="class in rice.p2p.util"><B>SecurityUtils</B></A><LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/StringCache.html" title="class in rice.p2p.util"><B>StringCache</B></A><LI TYPE="circle">rice.selector.<A HREF="../../../rice/selector/TimerTask.html" title="class in rice.selector"><B>TimerTask</B></A> (implements rice.p2p.commonapi.<A HREF="../../../rice/p2p/commonapi/CancellableTask.html" title="interface in rice.p2p.commonapi">CancellableTask</A>, java.lang.Comparable&lt;T&gt;)
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/TimerWeakHashMap.HardLinkTimerTask.html" title="class in rice.p2p.util"><B>TimerWeakHashMap.HardLinkTimerTask</B></A></UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLParser.html" title="class in rice.p2p.util"><B>XMLParser</B></A> (implements org.xmlpull.v1.XmlPullParser)
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLParser.CharArrayBuffer.html" title="class in rice.p2p.util"><B>XMLParser.CharArrayBuffer</B></A><LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLReader.html" title="class in rice.p2p.util"><B>XMLReader</B></A><LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/XMLWriter.html" title="class in rice.p2p.util"><B>XMLWriter</B></A></UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">rice.p2p.util.<A HREF="../../../rice/p2p/util/DebugCommandHandler.html" title="interface in rice.p2p.util"><B>DebugCommandHandler</B></A></UL>
<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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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>
Rice Pastry API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../rice/p2p/splitstream/testing/package-tree.html"><B>PREV</B></A>&nbsp;
&nbsp;<A HREF="../../../rice/p2p/util/rawserialization/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?rice/p2p/util/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-tree.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>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright &#169; 2001-2005 - Rice Pastry.</i>
</BODY>
</HTML>