PageRenderTime 73ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/javadoc/com/thoughtworks/xstream/core/util/package-tree.html

http://prototipomemoria.googlecode.com/
HTML | 185 lines | 152 code | 17 blank | 16 comment | 0 complexity | d663d081ca2cf38a850faf360c57779d MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_26) on Thu Aug 11 04:40:19 CEST 2011 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. com.thoughtworks.xstream.core.util Class Hierarchy (XStream Core 1.4.1 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2011-08-11">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="com.thoughtworks.xstream.core.util Class Hierarchy (XStream Core 1.4.1 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  38. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/core/package-tree.html"><B>PREV</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/io/package-tree.html"><B>NEXT</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../../index.html?com/thoughtworks/xstream/core/util/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. </TABLE>
  69. <A NAME="skip-navbar_top"></A>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <HR>
  72. <CENTER>
  73. <H2>
  74. Hierarchy For Package com.thoughtworks.xstream.core.util
  75. </H2>
  76. </CENTER>
  77. <DL>
  78. <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
  79. <HR>
  80. <H2>
  81. Class Hierarchy
  82. </H2>
  83. <UL>
  84. <LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
  85. <LI TYPE="circle">java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util"><B>AbstractMap</B></A>&lt;K,V&gt; (implements java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;)
  86. <UL>
  87. <LI TYPE="circle">java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><B>HashMap</B></A>&lt;K,V&gt; (implements java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;, java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
  88. <UL>
  89. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/OrderRetainingMap.html" title="class in com.thoughtworks.xstream.core.util"><B>OrderRetainingMap</B></A></UL>
  90. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/WeakCache.html" title="class in com.thoughtworks.xstream.core.util"><B>WeakCache</B></A></UL>
  91. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/ArrayIterator.html" title="class in com.thoughtworks.xstream.core.util"><B>ArrayIterator</B></A> (implements java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&lt;E&gt;)
  92. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Base64Encoder.html" title="class in com.thoughtworks.xstream.core.util"><B>Base64Encoder</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><B>ClassLoader</B></A><UL>
  93. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/ClassLoaderReference.html" title="class in com.thoughtworks.xstream.core.util"><B>ClassLoaderReference</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/CompositeClassLoader.html" title="class in com.thoughtworks.xstream.core.util"><B>CompositeClassLoader</B></A></UL>
  94. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Cloneables.html" title="class in com.thoughtworks.xstream.core.util"><B>Cloneables</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/DependencyInjectionFactory.html" title="class in com.thoughtworks.xstream.core.util"><B>DependencyInjectionFactory</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/FastField.html" title="class in com.thoughtworks.xstream.core.util"><B>FastField</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/FastStack.html" title="class in com.thoughtworks.xstream.core.util"><B>FastStack</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Fields.html" title="class in com.thoughtworks.xstream.core.util"><B>Fields</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/HierarchicalStreams.html" title="class in com.thoughtworks.xstream.core.util"><B>HierarchicalStreams</B></A><LI TYPE="circle">java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><B>InputStream</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>)
  95. <UL>
  96. <LI TYPE="circle">java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io"><B>ObjectInputStream</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</A>, java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectStreamConstants.html?is-external=true" title="class or interface in java.io">ObjectStreamConstants</A>)
  97. <UL>
  98. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/CustomObjectInputStream.html" title="class in com.thoughtworks.xstream.core.util"><B>CustomObjectInputStream</B></A></UL>
  99. </UL>
  100. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/ObjectIdDictionary.html" title="class in com.thoughtworks.xstream.core.util"><B>ObjectIdDictionary</B></A><LI TYPE="circle">java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><B>OutputStream</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>)
  101. <UL>
  102. <LI TYPE="circle">java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io"><B>ObjectOutputStream</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</A>, java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ObjectStreamConstants.html?is-external=true" title="class or interface in java.io">ObjectStreamConstants</A>)
  103. <UL>
  104. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/CustomObjectOutputStream.html" title="class in com.thoughtworks.xstream.core.util"><B>CustomObjectOutputStream</B></A></UL>
  105. </UL>
  106. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Pool.html" title="class in com.thoughtworks.xstream.core.util"><B>Pool</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/PresortedMap.html" title="class in com.thoughtworks.xstream.core.util"><B>PresortedMap</B></A> (implements java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</A>&lt;K,V&gt;)
  107. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/PresortedSet.html" title="class in com.thoughtworks.xstream.core.util"><B>PresortedSet</B></A> (implements java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A>&lt;E&gt;)
  108. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Primitives.html" title="class in com.thoughtworks.xstream.core.util"><B>Primitives</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/PrioritizedList.html" title="class in com.thoughtworks.xstream.core.util"><B>PrioritizedList</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/QuickWriter.html" title="class in com.thoughtworks.xstream.core.util"><B>QuickWriter</B></A><LI TYPE="circle">java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><B>Reader</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang">Readable</A>)
  109. <UL>
  110. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/XmlHeaderAwareReader.html" title="class in com.thoughtworks.xstream.core.util"><B>XmlHeaderAwareReader</B></A></UL>
  111. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/ThreadSafePropertyEditor.html" title="class in com.thoughtworks.xstream.core.util"><B>ThreadSafePropertyEditor</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/ThreadSafeSimpleDateFormat.html" title="class in com.thoughtworks.xstream.core.util"><B>ThreadSafeSimpleDateFormat</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/TypedNull.html" title="class in com.thoughtworks.xstream.core.util"><B>TypedNull</B></A></UL>
  112. </UL>
  113. <H2>
  114. Interface Hierarchy
  115. </H2>
  116. <UL>
  117. <LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/CustomObjectInputStream.StreamCallback.html" title="interface in com.thoughtworks.xstream.core.util"><B>CustomObjectInputStream.StreamCallback</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/CustomObjectOutputStream.StreamCallback.html" title="interface in com.thoughtworks.xstream.core.util"><B>CustomObjectOutputStream.StreamCallback</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.util.<A HREF="../../../../../com/thoughtworks/xstream/core/util/Pool.Factory.html" title="interface in com.thoughtworks.xstream.core.util"><B>Pool.Factory</B></A></UL>
  118. <HR>
  119. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  120. <A NAME="navbar_bottom"><!-- --></A>
  121. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  122. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  123. <TR>
  124. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  125. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  126. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  127. <TR ALIGN="center" VALIGN="top">
  128. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  129. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  130. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  131. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  132. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
  133. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  134. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  135. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  136. </TR>
  137. </TABLE>
  138. </TD>
  139. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  140. </EM>
  141. </TD>
  142. </TR>
  143. <TR>
  144. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  145. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/core/package-tree.html"><B>PREV</B></A>&nbsp;
  146. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/io/package-tree.html"><B>NEXT</B></A></FONT></TD>
  147. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  148. <A HREF="../../../../../index.html?com/thoughtworks/xstream/core/util/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  149. &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  150. &nbsp;<SCRIPT type="text/javascript">
  151. <!--
  152. if(window==top) {
  153. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  154. }
  155. //-->
  156. </SCRIPT>
  157. <NOSCRIPT>
  158. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  159. </NOSCRIPT>
  160. </FONT></TD>
  161. </TR>
  162. </TABLE>
  163. <A NAME="skip-navbar_bottom"></A>
  164. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  165. <HR>
  166. Copyright &#169; 2004-2011 <a href="http://xstream.codehaus.org">XStream</a>. All Rights Reserved.
  167. </BODY>
  168. </HTML>