Queue.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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.4.2) on Mon Dec 14 20:07:24 GMT 2009 -->
  6. <TITLE>
  7. Queue (PircBot 1.5.0 - Java IRC API Bot Framework)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.jibble.pircbot.Queue class">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../pircbot-style.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. parent.document.title="Queue (PircBot 1.5.0 - Java IRC API Bot Framework)";
  15. }
  16. </SCRIPT>
  17. </HEAD>
  18. <BODY BGCOLOR="white" onload="windowTitle();">
  19. <!-- ========= START OF TOP NAVBAR ======= -->
  20. <A NAME="navbar_top"><!-- --></A>
  21. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  22. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  23. <TR>
  24. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  25. <A NAME="navbar_top_firstrow"><!-- --></A>
  26. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  27. <TR ALIGN="center" VALIGN="top">
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Queue.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  35. </TR>
  36. </TABLE>
  37. </TD>
  38. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  39. <b>PircBot Java IRC Bot</b></EM>
  40. </TD>
  41. </TR>
  42. <TR>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. &nbsp;<A HREF="../../../org/jibble/pircbot/PircBot.html" title="class in org.jibble.pircbot"><B>PREV CLASS</B></A>&nbsp;
  45. &nbsp;<A HREF="../../../org/jibble/pircbot/User.html" title="class in org.jibble.pircbot"><B>NEXT CLASS</B></A></FONT></TD>
  46. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  47. <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  48. &nbsp;<A HREF="Queue.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  49. &nbsp;<SCRIPT type="text/javascript">
  50. <!--
  51. if(window==top) {
  52. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  53. }
  54. //-->
  55. </SCRIPT>
  56. <NOSCRIPT>
  57. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  58. </NOSCRIPT>
  59. </FONT></TD>
  60. </TR>
  61. <TR>
  62. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  63. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  64. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  65. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  66. </TR>
  67. </TABLE>
  68. <A NAME="skip-navbar_top"></A>
  69. <!-- ========= END OF TOP NAVBAR ========= -->
  70. <HR>
  71. <!-- ======== START OF CLASS DATA ======== -->
  72. <H2>
  73. <FONT SIZE="-1">
  74. org.jibble.pircbot</FONT>
  75. <BR>
  76. Class Queue</H2>
  77. <PRE>
  78. <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
  79. <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.jibble.pircbot.Queue</B>
  80. </PRE>
  81. <HR>
  82. <DL>
  83. <DT>public class <B>Queue</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
  84. <P>
  85. Queue is a definition of a data structure that may
  86. act as a queue - that is, data can be added to one end of the
  87. queue and data can be requested from the head end of the queue.
  88. This class is thread safe for multiple producers and a single
  89. consumer. The next() method will block until there is data in
  90. the queue.
  91. This has now been modified so that it is compatible with
  92. the earlier JDK1.1 in order to be suitable for running on
  93. mobile appliances. This means replacing the LinkedList with
  94. a Vector, which is hardly ideal, but this Queue is typically
  95. only polled every second before dispatching messages.
  96. <P>
  97. <P>
  98. <DL>
  99. <DT><B>Version:</B></DT>
  100. <DD>1.5.0 (Build time: Mon Dec 14 20:07:17 2009)</DD>
  101. <DT><B>Author:</B></DT>
  102. <DD>Paul James Mutton,
  103. <a href="http://www.jibble.org/">http://www.jibble.org/</a></DD>
  104. </DL>
  105. <HR>
  106. <P>
  107. <!-- ======== NESTED CLASS SUMMARY ======== -->
  108. <!-- =========== FIELD SUMMARY =========== -->
  109. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  110. <A NAME="constructor_summary"><!-- --></A>
  111. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  112. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  113. <TD COLSPAN=2><FONT SIZE="+2">
  114. <B>Constructor Summary</B></FONT></TD>
  115. </TR>
  116. <TR BGCOLOR="white" CLASS="TableRowColor">
  117. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#Queue()">Queue</A></B>()</CODE>
  118. <BR>
  119. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a Queue object of unlimited size.</TD>
  120. </TR>
  121. </TABLE>
  122. &nbsp;
  123. <!-- ========== METHOD SUMMARY =========== -->
  124. <A NAME="method_summary"><!-- --></A>
  125. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  126. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  127. <TD COLSPAN=2><FONT SIZE="+2">
  128. <B>Method Summary</B></FONT></TD>
  129. </TR>
  130. <TR BGCOLOR="white" CLASS="TableRowColor">
  131. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  132. <CODE>&nbsp;void</CODE></FONT></TD>
  133. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#add(java.lang.Object)">add</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</CODE>
  134. <BR>
  135. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an Object to the end of the Queue.</TD>
  136. </TR>
  137. <TR BGCOLOR="white" CLASS="TableRowColor">
  138. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  139. <CODE>&nbsp;void</CODE></FONT></TD>
  140. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#addFront(java.lang.Object)">addFront</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</CODE>
  141. <BR>
  142. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an Object to the front of the Queue.</TD>
  143. </TR>
  144. <TR BGCOLOR="white" CLASS="TableRowColor">
  145. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  146. <CODE>&nbsp;void</CODE></FONT></TD>
  147. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#clear()">clear</A></B>()</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clears the contents of the Queue.</TD>
  150. </TR>
  151. <TR BGCOLOR="white" CLASS="TableRowColor">
  152. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  153. <CODE>&nbsp;boolean</CODE></FONT></TD>
  154. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#hasNext()">hasNext</A></B>()</CODE>
  155. <BR>
  156. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the Queue is not empty.</TD>
  157. </TR>
  158. <TR BGCOLOR="white" CLASS="TableRowColor">
  159. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  160. <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
  161. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#next()">next</A></B>()</CODE>
  162. <BR>
  163. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Object at the front of the Queue.</TD>
  164. </TR>
  165. <TR BGCOLOR="white" CLASS="TableRowColor">
  166. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  167. <CODE>&nbsp;int</CODE></FONT></TD>
  168. <TD><CODE><B><A HREF="../../../org/jibble/pircbot/Queue.html#size()">size</A></B>()</CODE>
  169. <BR>
  170. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size of the Queue.</TD>
  171. </TR>
  172. </TABLE>
  173. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  174. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  175. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  176. <TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD>
  177. </TR>
  178. <TR BGCOLOR="white" CLASS="TableRowColor">
  179. <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
  180. </TR>
  181. </TABLE>
  182. &nbsp;
  183. <P>
  184. <!-- ============ FIELD DETAIL =========== -->
  185. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  186. <A NAME="constructor_detail"><!-- --></A>
  187. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  188. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  189. <TD COLSPAN=1><FONT SIZE="+2">
  190. <B>Constructor Detail</B></FONT></TD>
  191. </TR>
  192. </TABLE>
  193. <A NAME="Queue()"><!-- --></A><H3>
  194. Queue</H3>
  195. <PRE>
  196. public <B>Queue</B>()</PRE>
  197. <DL>
  198. <DD>Constructs a Queue object of unlimited size.
  199. <P>
  200. </DL>
  201. <!-- ============ METHOD DETAIL ========== -->
  202. <A NAME="method_detail"><!-- --></A>
  203. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  204. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  205. <TD COLSPAN=1><FONT SIZE="+2">
  206. <B>Method Detail</B></FONT></TD>
  207. </TR>
  208. </TABLE>
  209. <A NAME="add(java.lang.Object)"><!-- --></A><H3>
  210. add</H3>
  211. <PRE>
  212. public void <B>add</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</PRE>
  213. <DL>
  214. <DD>Adds an Object to the end of the Queue.
  215. <P>
  216. <DD><DL>
  217. <DT><B>Parameters:</B><DD><CODE>o</CODE> - The Object to be added to the Queue.</DL>
  218. </DD>
  219. </DL>
  220. <HR>
  221. <A NAME="addFront(java.lang.Object)"><!-- --></A><H3>
  222. addFront</H3>
  223. <PRE>
  224. public void <B>addFront</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</PRE>
  225. <DL>
  226. <DD>Adds an Object to the front of the Queue.
  227. <P>
  228. <DD><DL>
  229. <DT><B>Parameters:</B><DD><CODE>o</CODE> - The Object to be added to the Queue.</DL>
  230. </DD>
  231. </DL>
  232. <HR>
  233. <A NAME="next()"><!-- --></A><H3>
  234. next</H3>
  235. <PRE>
  236. public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>next</B>()</PRE>
  237. <DL>
  238. <DD>Returns the Object at the front of the Queue. This
  239. Object is then removed from the Queue. If the Queue
  240. is empty, then this method shall block until there
  241. is an Object in the Queue to return.
  242. <P>
  243. <DD><DL>
  244. <DT><B>Returns:</B><DD>The next item from the front of the queue.</DL>
  245. </DD>
  246. </DL>
  247. <HR>
  248. <A NAME="hasNext()"><!-- --></A><H3>
  249. hasNext</H3>
  250. <PRE>
  251. public boolean <B>hasNext</B>()</PRE>
  252. <DL>
  253. <DD>Returns true if the Queue is not empty. If another
  254. Thread empties the Queue before <b>next()</b> is
  255. called, then the call to <b>next()</b> shall block
  256. until the Queue has been populated again.
  257. <P>
  258. <DD><DL>
  259. <DT><B>Returns:</B><DD>True only if the Queue not empty.</DL>
  260. </DD>
  261. </DL>
  262. <HR>
  263. <A NAME="clear()"><!-- --></A><H3>
  264. clear</H3>
  265. <PRE>
  266. public void <B>clear</B>()</PRE>
  267. <DL>
  268. <DD>Clears the contents of the Queue.
  269. <P>
  270. <DD><DL>
  271. </DL>
  272. </DD>
  273. </DL>
  274. <HR>
  275. <A NAME="size()"><!-- --></A><H3>
  276. size</H3>
  277. <PRE>
  278. public int <B>size</B>()</PRE>
  279. <DL>
  280. <DD>Returns the size of the Queue.
  281. <P>
  282. <DD><DL>
  283. <DT><B>Returns:</B><DD>The current size of the queue.</DL>
  284. </DD>
  285. </DL>
  286. <!-- ========= END OF CLASS DATA ========= -->
  287. <HR>
  288. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  289. <A NAME="navbar_bottom"><!-- --></A>
  290. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  291. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  292. <TR>
  293. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  294. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  295. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  296. <TR ALIGN="center" VALIGN="top">
  297. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  298. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  299. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Queue.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  300. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  301. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  302. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  303. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  304. </TR>
  305. </TABLE>
  306. </TD>
  307. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  308. <b>PircBot Java IRC Bot</b></EM>
  309. </TD>
  310. </TR>
  311. <TR>
  312. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  313. &nbsp;<A HREF="../../../org/jibble/pircbot/PircBot.html" title="class in org.jibble.pircbot"><B>PREV CLASS</B></A>&nbsp;
  314. &nbsp;<A HREF="../../../org/jibble/pircbot/User.html" title="class in org.jibble.pircbot"><B>NEXT CLASS</B></A></FONT></TD>
  315. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  316. <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  317. &nbsp;<A HREF="Queue.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  318. &nbsp;<SCRIPT type="text/javascript">
  319. <!--
  320. if(window==top) {
  321. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  322. }
  323. //-->
  324. </SCRIPT>
  325. <NOSCRIPT>
  326. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  327. </NOSCRIPT>
  328. </FONT></TD>
  329. </TR>
  330. <TR>
  331. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  332. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  333. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  334. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  335. </TR>
  336. </TABLE>
  337. <A NAME="skip-navbar_bottom"></A>
  338. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  339. <HR>
  340. </BODY>
  341. </HTML>