a whole bunch of stuff
[ephemerata.git] / KezvhLib / lib / com.google.com.collect / javadoc / com / google / common / collect / Multiset.Entry.html
blobfe4af88586035a3417d1c0b270ab1a337748da2e
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.5.0_06) on Wed Aug 20 17:16:46 PDT 2008 -->
6 <TITLE>
7 Multiset.Entry (Google Collections Library - snapshot-20080820 (ALPHA))
8 </TITLE>
10 <META NAME="keywords" CONTENT="com.google.common.collect.Multiset.Entry interface">
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14 <SCRIPT type="text/javascript">
15 function windowTitle()
17 parent.document.title="Multiset.Entry (Google Collections Library - snapshot-20080820 (ALPHA))";
19 </SCRIPT>
20 <NOSCRIPT>
21 </NOSCRIPT>
23 </HEAD>
25 <BODY BGCOLOR="white" onload="windowTitle();">
28 <!-- ========= START OF TOP NAVBAR ======= -->
29 <A NAME="navbar_top"><!-- --></A>
30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32 <TR>
33 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34 <A NAME="navbar_top_firstrow"><!-- --></A>
35 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36 <TR ALIGN="center" VALIGN="top">
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../com/google/common/collect/Multisets.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?com/google/common/collect/Multiset.Entry.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Multiset.Entry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 com.google.common.collect</FONT>
88 <BR>
89 Interface Multiset.Entry&lt;E&gt;</H2>
90 <DL>
91 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/google/common/collect/AbstractMultisetEntry.html" title="class in com.google.common.collect">AbstractMultisetEntry</A></DD>
92 </DL>
93 <DL>
94 <DT><B>Enclosing interface:</B><DD><A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A>&lt;<A HREF="../../../../com/google/common/collect/Multiset.html" title="type parameter in Multiset">E</A>&gt;</DD>
95 </DL>
96 <HR>
97 <DL>
98 <DT><PRE>public static interface <B>Multiset.Entry&lt;E&gt;</B></DL>
99 </PRE>
102 An unmodifiable element-count pair for a multiset. The <A HREF="../../../../com/google/common/collect/Multiset.html#entrySet()"><CODE>Multiset.entrySet()</CODE></A> method returns a view of the multiset whose elements
103 are of this class. A multiset implementation may return Entry instances
104 that are either live "read-through" views to the Multiset, or immutable
105 snapshots. Note that this type is unrelated to the similarly-named type
106 <code>Map.Entry</code>.
110 <HR>
114 <!-- ========== METHOD SUMMARY =========== -->
116 <A NAME="method_summary"><!-- --></A>
117 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
120 <B>Method Summary</B></FONT></TH>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
124 <CODE>&nbsp;boolean</CODE></FONT></TD>
125 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multiset.Entry.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</CODE>
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether some other object is "equal to" this one.
130 TODO: check this wrt TreeMultiset</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;int</CODE></FONT></TD>
135 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multiset.Entry.html#getCount()">getCount</A></B>()</CODE>
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the count of the associated element in the underlying multiset.</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;<A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="type parameter in Multiset.Entry">E</A></CODE></FONT></TD>
143 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multiset.Entry.html#getElement()">getElement</A></B>()</CODE>
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the multiset element corresponding to this entry.</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;int</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multiset.Entry.html#hashCode()">hashCode</A></B>()</CODE>
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a hash code value for the object.</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multiset.Entry.html#toString()">toString</A></B>()</CODE>
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the canonical string representation of this entry, defined as
163 follows.</TD>
164 </TR>
165 </TABLE>
166 &nbsp;
169 <!-- ============ METHOD DETAIL ========== -->
171 <A NAME="method_detail"><!-- --></A>
172 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
173 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
174 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
175 <B>Method Detail</B></FONT></TH>
176 </TR>
177 </TABLE>
179 <A NAME="getElement()"><!-- --></A><H3>
180 getElement</H3>
181 <PRE>
182 <A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="type parameter in Multiset.Entry">E</A> <B>getElement</B>()</PRE>
183 <DL>
184 <DD>Returns the multiset element corresponding to this entry. Multiple calls
185 to this method always return the same instance.
187 <DD><DL>
189 <DT><B>Returns:</B><DD>the element corresponding to this entry</DL>
190 </DD>
191 </DL>
192 <HR>
194 <A NAME="getCount()"><!-- --></A><H3>
195 getCount</H3>
196 <PRE>
197 int <B>getCount</B>()</PRE>
198 <DL>
199 <DD>Returns the count of the associated element in the underlying multiset.
200 This count may either be an unchanging snapshot of the count at the time
201 the entry was retrieved, or a live view of the current count of the
202 element in the multiset, depending on the implementation. Note that in
203 the former case, this method can never return zero, while in the latter,
204 it will return zero if all occurrences of the element were since removed
205 from the multiset.
207 <DD><DL>
209 <DT><B>Returns:</B><DD>the count of the element; never negative</DL>
210 </DD>
211 </DL>
212 <HR>
214 <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
215 equals</H3>
216 <PRE>
217 boolean <B>equals</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</PRE>
218 <DL>
219 <DD>Indicates whether some other object is "equal to" this one.
221 The <code>equals</code> method implements an equivalence relation
222 on non-null object references:
223 <ul>
224 <li>It is <i>reflexive</i>: for any non-null reference value
225 <code>x</code>, <code>x.equals(x)</code> should return
226 <code>true</code>.
227 <li>It is <i>symmetric</i>: for any non-null reference values
228 <code>x</code> and <code>y</code>, <code>x.equals(y)</code>
229 should return <code>true</code> if and only if
230 <code>y.equals(x)</code> returns <code>true</code>.
231 <li>It is <i>transitive</i>: for any non-null reference values
232 <code>x</code>, <code>y</code>, and <code>z</code>, if
233 <code>x.equals(y)</code> returns <code>true</code> and
234 <code>y.equals(z)</code> returns <code>true</code>, then
235 <code>x.equals(z)</code> should return <code>true</code>.
236 <li>It is <i>consistent</i>: for any non-null reference values
237 <code>x</code> and <code>y</code>, multiple invocations of
238 <tt>x.equals(y)</tt> consistently return <code>true</code>
239 or consistently return <code>false</code>, provided no
240 information used in <code>equals</code> comparisons on the
241 objects is modified.
242 <li>For any non-null reference value <code>x</code>,
243 <code>x.equals(null)</code> should return <code>false</code>.
244 </ul>
246 The <tt>equals</tt> method for class <code>Object</code> implements
247 the most discriminating possible equivalence relation on objects;
248 that is, for any non-null reference values <code>x</code> and
249 <code>y</code>, this method returns <code>true</code> if and only
250 if <code>x</code> and <code>y</code> refer to the same object
251 (<code>x == y</code> has the value <code>true</code>).
253 Note that it is generally necessary to override the <tt>hashCode</tt>
254 method whenever this method is overridden, so as to maintain the
255 general contract for the <tt>hashCode</tt> method, which states
256 that equal objects must have equal hash codes.
258 TODO: check this wrt TreeMultiset
260 <p>Returns <code>true</code> if the given object is also a multiset entry and
261 the two entries represent the same element and count. More formally, two
262 entries <code>a</code> and <code>b</code> are equal if:
264 <pre> ((a.getElement() == null)
265 ? (b.getElement() == null) : a.getElement().equals(b.getElement()))
266 && (a.getCount() == b.getCount())</pre>
268 <DD><DL>
269 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
270 </DD>
271 <DD><DL>
272 <DT><B>Parameters:</B><DD><CODE>o</CODE> - the reference object with which to compare.
273 <DT><B>Returns:</B><DD><code>true</code> if this object is the same as the obj
274 argument; <code>false</code> otherwise.<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang"><CODE>Object.hashCode()</CODE></A>,
275 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Hashtable.html" title="class or interface in java.util"><CODE>Hashtable</CODE></A></DL>
276 </DD>
277 </DL>
278 <HR>
280 <A NAME="hashCode()"><!-- --></A><H3>
281 hashCode</H3>
282 <PRE>
283 int <B>hashCode</B>()</PRE>
284 <DL>
285 <DD>Returns a hash code value for the object. This method is
286 supported for the benefit of hashtables such as those provided by
287 <code>java.util.Hashtable</code>.
289 The general contract of <code>hashCode</code> is:
290 <ul>
291 <li>Whenever it is invoked on the same object more than once during
292 an execution of a Java application, the <tt>hashCode</tt> method
293 must consistently return the same integer, provided no information
294 used in <tt>equals</tt> comparisons on the object is modified.
295 This integer need not remain consistent from one execution of an
296 application to another execution of the same application.
297 <li>If two objects are equal according to the <tt>equals(Object)</tt>
298 method, then calling the <code>hashCode</code> method on each of
299 the two objects must produce the same integer result.
300 <li>It is <em>not</em> required that if two objects are unequal
301 according to the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(java.lang.Object)</CODE></A>
302 method, then calling the <tt>hashCode</tt> method on each of the
303 two objects must produce distinct integer results. However, the
304 programmer should be aware that producing distinct integer results
305 for unequal objects may improve the performance of hashtables.
306 </ul>
308 As much as is reasonably practical, the hashCode method defined by
309 class <tt>Object</tt> does return distinct integers for distinct
310 objects. (This is typically implemented by converting the internal
311 address of the object into an integer, but this implementation
312 technique is not required by the
313 Java<font size="-2"><sup>TM</sup></font> programming language.)
315 <p>The hash code of a multiset entry for element <code>element</code> and
316 count <code>count</code> is defined as:
318 <pre> (element == null ? 0 : element.hashCode()) ^ count</pre>
320 <DD><DL>
321 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
322 </DD>
323 <DD><DL>
325 <DT><B>Returns:</B><DD>a hash code value for this object.<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(java.lang.Object)</CODE></A>,
326 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Hashtable.html" title="class or interface in java.util"><CODE>Hashtable</CODE></A></DL>
327 </DD>
328 </DL>
329 <HR>
331 <A NAME="toString()"><!-- --></A><H3>
332 toString</H3>
333 <PRE>
334 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE>
335 <DL>
336 <DD>Returns the canonical string representation of this entry, defined as
337 follows. If the count for this entry is one, this is simply the string
338 representation of the corresponding element. Otherwise, it is the string
339 representation of the element, followed by the three characters <code>" x "</code> (space, letter x, space), followed by the count.
341 <DD><DL>
342 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
343 </DD>
344 <DD><DL>
346 <DT><B>Returns:</B><DD>a string representation of the object.</DL>
347 </DD>
348 </DL>
349 <!-- ========= END OF CLASS DATA ========= -->
350 <HR>
353 <!-- ======= START OF BOTTOM NAVBAR ====== -->
354 <A NAME="navbar_bottom"><!-- --></A>
355 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
356 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
357 <TR>
358 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
359 <A NAME="navbar_bottom_firstrow"><!-- --></A>
360 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
361 <TR ALIGN="center" VALIGN="top">
362 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
363 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
364 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
365 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
367 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
368 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
369 </TR>
370 </TABLE>
371 </TD>
372 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
373 </EM>
374 </TD>
375 </TR>
377 <TR>
378 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
379 &nbsp;<A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
380 &nbsp;<A HREF="../../../../com/google/common/collect/Multisets.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
381 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
382 <A HREF="../../../../index.html?com/google/common/collect/Multiset.Entry.html" target="_top"><B>FRAMES</B></A> &nbsp;
383 &nbsp;<A HREF="Multiset.Entry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
384 &nbsp;<SCRIPT type="text/javascript">
385 <!--
386 if(window==top) {
387 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
389 //-->
390 </SCRIPT>
391 <NOSCRIPT>
392 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
393 </NOSCRIPT>
396 </FONT></TD>
397 </TR>
398 <TR>
399 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
400 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
401 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
402 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
403 </TR>
404 </TABLE>
405 <A NAME="skip-navbar_bottom"></A>
406 <!-- ======== END OF BOTTOM NAVBAR ======= -->
408 <HR>
410 </BODY>
411 </HTML>