source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/util/LazyHashtable.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 15.5 KB
Line 
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_13) on Mon Oct 01 14:33:35 NZST 2007 -->
6<TITLE>
7LazyHashtable (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.util.LazyHashtable class">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="LazyHashtable (Apache Ant API)";
18}
19</SCRIPT>
20
21</HEAD>
22
23<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26<!-- ========= START OF TOP NAVBAR ======= -->
27<A NAME="navbar_top"><!-- --></A>
28<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30<TR>
31<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32<A NAME="navbar_top_firstrow"><!-- --></A>
33<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&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
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LazyFileOutputStream.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="LazyHashtable.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68</FONT></TD>
69</TR>
70<TR>
71<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72 SUMMARY:&nbsp;NESTED&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>
73<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74DETAIL:&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>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<HR>
81<!-- ======== START OF CLASS DATA ======== -->
82<H2>
83<FONT SIZE="-1">
84org.apache.tools.ant.util</FONT>
85<BR>
86Class LazyHashtable</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.util.Dictionary
90 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.util.Hashtable
91 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.util.LazyHashtable</B>
92</PRE>
93<DL>
94<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, java.util.Map, java.io.Serializable</DD>
95</DL>
96<HR>
97<DL>
98<DT>public class <B>LazyHashtable</B><DT>extends java.util.Hashtable</DL>
99
100<P>
101Hashtable implementation that allows delayed construction
102 of expensive objects
103
104 All operations that need access to the full list of objects
105 will call initAll() first. Get and put are cheap.
106<P>
107
108<P>
109<DL>
110<DT><B>Since:</B></DT>
111 <DD>Ant 1.6</DD>
112<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.apache.tools.ant.util.LazyHashtable">Serialized Form</A></DL>
113<HR>
114
115<P>
116<!-- ======== NESTED CLASS SUMMARY ======== -->
117
118
119<!-- =========== FIELD SUMMARY =========== -->
120
121<A NAME="field_summary"><!-- --></A>
122<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124<TD COLSPAN=2><FONT SIZE="+2">
125<B>Field Summary</B></FONT></TD>
126</TR>
127<TR BGCOLOR="white" CLASS="TableRowColor">
128<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129<CODE>protected &nbsp;boolean</CODE></FONT></TD>
130<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#initAllDone">initAllDone</A></B></CODE>
131
132<BR>
133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134</TR>
135</TABLE>
136&nbsp;
137<!-- ======== CONSTRUCTOR SUMMARY ======== -->
138
139<A NAME="constructor_summary"><!-- --></A>
140<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142<TD COLSPAN=2><FONT SIZE="+2">
143<B>Constructor Summary</B></FONT></TD>
144</TR>
145<TR BGCOLOR="white" CLASS="TableRowColor">
146<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#LazyHashtable()">LazyHashtable</A></B>()</CODE>
147
148<BR>
149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150</TR>
151</TABLE>
152&nbsp;
153<!-- ========== METHOD SUMMARY =========== -->
154
155<A NAME="method_summary"><!-- --></A>
156<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
158<TD COLSPAN=2><FONT SIZE="+2">
159<B>Method Summary</B></FONT></TD>
160</TR>
161<TR BGCOLOR="white" CLASS="TableRowColor">
162<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163<CODE>&nbsp;boolean</CODE></FONT></TD>
164<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#contains(java.lang.Object)">contains</A></B>(java.lang.Object&nbsp;value)</CODE>
165
166<BR>
167&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168</TR>
169<TR BGCOLOR="white" CLASS="TableRowColor">
170<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171<CODE>&nbsp;boolean</CODE></FONT></TD>
172<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#containsKey(java.lang.Object)">containsKey</A></B>(java.lang.Object&nbsp;value)</CODE>
173
174<BR>
175&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176</TR>
177<TR BGCOLOR="white" CLASS="TableRowColor">
178<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179<CODE>&nbsp;boolean</CODE></FONT></TD>
180<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#containsValue(java.lang.Object)">containsValue</A></B>(java.lang.Object&nbsp;value)</CODE>
181
182<BR>
183&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delegates to <A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#contains(java.lang.Object)"><CODE>contains</CODE></A>.</TD>
184</TR>
185<TR BGCOLOR="white" CLASS="TableRowColor">
186<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187<CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
188<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#elements()">elements</A></B>()</CODE>
189
190<BR>
191&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192</TR>
193<TR BGCOLOR="white" CLASS="TableRowColor">
194<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195<CODE>protected &nbsp;void</CODE></FONT></TD>
196<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#initAll()">initAll</A></B>()</CODE>
197
198<BR>
199&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to be part of init.</TD>
200</TR>
201<TR BGCOLOR="white" CLASS="TableRowColor">
202<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203<CODE>&nbsp;boolean</CODE></FONT></TD>
204<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#isEmpty()">isEmpty</A></B>()</CODE>
205
206<BR>
207&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208</TR>
209<TR BGCOLOR="white" CLASS="TableRowColor">
210<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211<CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
212<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#keys()">keys</A></B>()</CODE>
213
214<BR>
215&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216</TR>
217<TR BGCOLOR="white" CLASS="TableRowColor">
218<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219<CODE>&nbsp;int</CODE></FONT></TD>
220<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#size()">size</A></B>()</CODE>
221
222<BR>
223&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224</TR>
225</TABLE>
226&nbsp;<A NAME="methods_inherited_from_class_java.util.Hashtable"><!-- --></A>
227<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
228<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
229<TD><B>Methods inherited from class java.util.Hashtable</B></TD>
230</TR>
231<TR BGCOLOR="white" CLASS="TableRowColor">
232<TD><CODE>clear, clone, entrySet, equals, get, hashCode, keySet, put, putAll, rehash, remove, toString, values</CODE></TD>
233</TR>
234</TABLE>
235&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
236<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
237<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
238<TD><B>Methods inherited from class java.lang.Object</B></TD>
239</TR>
240<TR BGCOLOR="white" CLASS="TableRowColor">
241<TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
242</TR>
243</TABLE>
244&nbsp;
245<P>
246
247<!-- ============ FIELD DETAIL =========== -->
248
249<A NAME="field_detail"><!-- --></A>
250<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
252<TD COLSPAN=1><FONT SIZE="+2">
253<B>Field Detail</B></FONT></TD>
254</TR>
255</TABLE>
256
257<A NAME="initAllDone"><!-- --></A><H3>
258initAllDone</H3>
259<PRE>
260protected boolean <B>initAllDone</B></PRE>
261<DL>
262<DL>
263</DL>
264</DL>
265
266<!-- ========= CONSTRUCTOR DETAIL ======== -->
267
268<A NAME="constructor_detail"><!-- --></A>
269<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
270<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
271<TD COLSPAN=1><FONT SIZE="+2">
272<B>Constructor Detail</B></FONT></TD>
273</TR>
274</TABLE>
275
276<A NAME="LazyHashtable()"><!-- --></A><H3>
277LazyHashtable</H3>
278<PRE>
279public <B>LazyHashtable</B>()</PRE>
280<DL>
281</DL>
282
283<!-- ============ METHOD DETAIL ========== -->
284
285<A NAME="method_detail"><!-- --></A>
286<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
287<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
288<TD COLSPAN=1><FONT SIZE="+2">
289<B>Method Detail</B></FONT></TD>
290</TR>
291</TABLE>
292
293<A NAME="initAll()"><!-- --></A><H3>
294initAll</H3>
295<PRE>
296protected void <B>initAll</B>()</PRE>
297<DL>
298<DD>Used to be part of init. It must be done once - but
299 we delay it until we do need _all_ tasks. Otherwise we
300 just get the tasks that we need, and avoid costly init.
301<P>
302<DD><DL>
303</DL>
304</DD>
305</DL>
306<HR>
307
308<A NAME="elements()"><!-- --></A><H3>
309elements</H3>
310<PRE>
311public java.util.Enumeration <B>elements</B>()</PRE>
312<DL>
313<DD><DL>
314</DL>
315</DD>
316</DL>
317<HR>
318
319<A NAME="isEmpty()"><!-- --></A><H3>
320isEmpty</H3>
321<PRE>
322public boolean <B>isEmpty</B>()</PRE>
323<DL>
324<DD><DL>
325</DL>
326</DD>
327</DL>
328<HR>
329
330<A NAME="size()"><!-- --></A><H3>
331size</H3>
332<PRE>
333public int <B>size</B>()</PRE>
334<DL>
335<DD><DL>
336</DL>
337</DD>
338</DL>
339<HR>
340
341<A NAME="contains(java.lang.Object)"><!-- --></A><H3>
342contains</H3>
343<PRE>
344public boolean <B>contains</B>(java.lang.Object&nbsp;value)</PRE>
345<DL>
346<DD><DL>
347</DL>
348</DD>
349</DL>
350<HR>
351
352<A NAME="containsKey(java.lang.Object)"><!-- --></A><H3>
353containsKey</H3>
354<PRE>
355public boolean <B>containsKey</B>(java.lang.Object&nbsp;value)</PRE>
356<DL>
357<DD><DL>
358</DL>
359</DD>
360</DL>
361<HR>
362
363<A NAME="containsValue(java.lang.Object)"><!-- --></A><H3>
364containsValue</H3>
365<PRE>
366public boolean <B>containsValue</B>(java.lang.Object&nbsp;value)</PRE>
367<DL>
368<DD>Delegates to <A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html#contains(java.lang.Object)"><CODE>contains</CODE></A>.
369<P>
370<DD><DL>
371</DL>
372</DD>
373</DL>
374<HR>
375
376<A NAME="keys()"><!-- --></A><H3>
377keys</H3>
378<PRE>
379public java.util.Enumeration <B>keys</B>()</PRE>
380<DL>
381<DD><DL>
382</DL>
383</DD>
384</DL>
385<!-- ========= END OF CLASS DATA ========= -->
386<HR>
387
388
389<!-- ======= START OF BOTTOM NAVBAR ====== -->
390<A NAME="navbar_bottom"><!-- --></A>
391<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
392<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
393<TR>
394<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
395<A NAME="navbar_bottom_firstrow"><!-- --></A>
396<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
397 <TR ALIGN="center" VALIGN="top">
398 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
399 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
400 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
401 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
402 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
403 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
404 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
405 </TR>
406</TABLE>
407</TD>
408<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
409</EM>
410</TD>
411</TR>
412
413<TR>
414<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
415&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LazyFileOutputStream.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>&nbsp;
416&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
417<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
418 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
419&nbsp;<A HREF="LazyHashtable.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
420&nbsp;<SCRIPT type="text/javascript">
421 <!--
422 if(window==top) {
423 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
424 }
425 //-->
426</SCRIPT>
427<NOSCRIPT>
428 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
429</NOSCRIPT>
430
431</FONT></TD>
432</TR>
433<TR>
434<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
435 SUMMARY:&nbsp;NESTED&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>
436<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
437DETAIL:&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>
438</TR>
439</TABLE>
440<A NAME="skip-navbar_bottom"></A>
441<!-- ======== END OF BOTTOM NAVBAR ======= -->
442
443<HR>
444Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
445</BODY>
446</HTML>
Note: See TracBrowser for help on using the repository browser.