a whole bunch of stuff
[ephemerata.git] / Toady / lib / commons-lang-2.4 / apidocs / org / apache / commons / lang / math / DoubleRange.html
blob08a9596ac8a55469ac9d925713690b63005f7c09
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_16) on Sat Mar 15 20:43:48 PDT 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 DoubleRange (Commons Lang 2.4 API)
9 </TITLE>
11 <META NAME="keywords" CONTENT="org.apache.commons.lang.math.DoubleRange class">
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
15 <SCRIPT type="text/javascript">
16 function windowTitle()
18 parent.document.title="DoubleRange (Commons Lang 2.4 API)";
20 </SCRIPT>
22 </HEAD>
24 <BODY BGCOLOR="white" onload="windowTitle();">
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleRange.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../../org/apache/commons/lang/math/FloatRange.html" title="class in org.apache.commons.lang.math"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="DoubleRange.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>
70 </FONT></TD>
71 </TR>
72 <TR>
73 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
75 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
76 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
77 </TR>
78 </TABLE>
79 <A NAME="skip-navbar_top"></A>
80 <!-- ========= END OF TOP NAVBAR ========= -->
82 <HR>
83 <!-- ======== START OF CLASS DATA ======== -->
84 <H2>
85 <FONT SIZE="-1">
86 org.apache.commons.lang.math</FONT>
87 <BR>
88 Class DoubleRange</H2>
89 <PRE>
90 java.lang.Object
91 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">org.apache.commons.lang.math.Range</A>
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.lang.math.DoubleRange</B>
93 </PRE>
94 <DL>
95 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT>public final class <B>DoubleRange</B><DT>extends <A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A><DT>implements java.io.Serializable</DL>
102 <p><code>DoubleRange</code> represents an inclusive range of <code>double</code>s.</p>
106 <DL>
107 <DT><B>Since:</B></DT>
108 <DD>2.0</DD>
109 <DT><B>Version:</B></DT>
110 <DD>$Id: DoubleRange.java 437554 2006-08-28 06:21:41Z bayard $</DD>
111 <DT><B>Author:</B></DT>
112 <DD>Stephen Colebourne</DD>
113 <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.apache.commons.lang.math.DoubleRange">Serialized Form</A></DL>
114 <HR>
117 <!-- ======== NESTED CLASS SUMMARY ======== -->
120 <!-- =========== FIELD SUMMARY =========== -->
123 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
125 <A NAME="constructor_summary"><!-- --></A>
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
128 <TD COLSPAN=2><FONT SIZE="+2">
129 <B>Constructor Summary</B></FONT></TD>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#DoubleRange(double)">DoubleRange</A></B>(double&nbsp;number)</CODE>
134 <BR>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>DoubleRange</code> using the specified
136 number as both the minimum and maximum in this range.</TD>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#DoubleRange(double, double)">DoubleRange</A></B>(double&nbsp;number1,
140 double&nbsp;number2)</CODE>
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>DoubleRange</code> with the specified
144 minimum and maximum numbers (both inclusive).</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#DoubleRange(java.lang.Number)">DoubleRange</A></B>(java.lang.Number&nbsp;number)</CODE>
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>DoubleRange</code> using the specified
151 number as both the minimum and maximum in this range.</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#DoubleRange(java.lang.Number, java.lang.Number)">DoubleRange</A></B>(java.lang.Number&nbsp;number1,
155 java.lang.Number&nbsp;number2)</CODE>
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>DoubleRange</code> with the specified
159 minimum and maximum numbers (both inclusive).</TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <!-- ========== METHOD SUMMARY =========== -->
165 <A NAME="method_summary"><!-- --></A>
166 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
167 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
168 <TD COLSPAN=2><FONT SIZE="+2">
169 <B>Method Summary</B></FONT></TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;boolean</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#containsDouble(double)">containsDouble</A></B>(double&nbsp;value)</CODE>
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests whether the specified <code>double</code> occurs within
178 this range using <code>double</code> comparison.</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;boolean</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#containsNumber(java.lang.Number)">containsNumber</A></B>(java.lang.Number&nbsp;number)</CODE>
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests whether the specified <code>number</code> occurs within
187 this range using <code>double</code> comparison.</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;boolean</CODE></FONT></TD>
192 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#containsRange(org.apache.commons.lang.math.Range)">containsRange</A></B>(<A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A>&nbsp;range)</CODE>
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests whether the specified range occurs entirely within this range
196 using <code>double</code> comparison.</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;boolean</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;obj)</CODE>
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares this range to another object to test if they are equal.</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;double</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMaximumDouble()">getMaximumDouble</A></B>()</CODE>
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the maximum number in this range as a <code>double</code>.</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;float</CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMaximumFloat()">getMaximumFloat</A></B>()</CODE>
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the maximum number in this range as a <code>float</code>.</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;int</CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMaximumInteger()">getMaximumInteger</A></B>()</CODE>
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the maximum number in this range as a <code>int</code>.</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;long</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMaximumLong()">getMaximumLong</A></B>()</CODE>
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the maximum number in this range as a <code>long</code>.</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;java.lang.Number</CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMaximumNumber()">getMaximumNumber</A></B>()</CODE>
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number in this range.</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;double</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMinimumDouble()">getMinimumDouble</A></B>()</CODE>
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the minimum number in this range as a <code>double</code>.</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;float</CODE></FONT></TD>
257 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMinimumFloat()">getMinimumFloat</A></B>()</CODE>
259 <BR>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the minimum number in this range as a <code>float</code>.</TD>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264 <CODE>&nbsp;int</CODE></FONT></TD>
265 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMinimumInteger()">getMinimumInteger</A></B>()</CODE>
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the minimum number in this range as a <code>int</code>.</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272 <CODE>&nbsp;long</CODE></FONT></TD>
273 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMinimumLong()">getMinimumLong</A></B>()</CODE>
275 <BR>
276 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the minimum number in this range as a <code>long</code>.</TD>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280 <CODE>&nbsp;java.lang.Number</CODE></FONT></TD>
281 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#getMinimumNumber()">getMinimumNumber</A></B>()</CODE>
283 <BR>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the minimum number in this range.</TD>
285 </TR>
286 <TR BGCOLOR="white" CLASS="TableRowColor">
287 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
288 <CODE>&nbsp;int</CODE></FONT></TD>
289 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#hashCode()">hashCode</A></B>()</CODE>
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a hashCode for the range.</TD>
293 </TR>
294 <TR BGCOLOR="white" CLASS="TableRowColor">
295 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296 <CODE>&nbsp;boolean</CODE></FONT></TD>
297 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#overlapsRange(org.apache.commons.lang.math.Range)">overlapsRange</A></B>(<A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A>&nbsp;range)</CODE>
299 <BR>
300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests whether the specified range overlaps with this range
301 using <code>double</code> comparison.</TD>
302 </TR>
303 <TR BGCOLOR="white" CLASS="TableRowColor">
304 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
306 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/math/DoubleRange.html#toString()">toString</A></B>()</CODE>
308 <BR>
309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the range as a <code>String</code>.</TD>
310 </TR>
311 </TABLE>
312 &nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.lang.math.Range"><!-- --></A>
313 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
314 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
315 <TD><B>Methods inherited from class org.apache.commons.lang.math.<A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></B></TD>
316 </TR>
317 <TR BGCOLOR="white" CLASS="TableRowColor">
318 <TD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsDouble(java.lang.Number)">containsDouble</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsFloat(float)">containsFloat</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsFloat(java.lang.Number)">containsFloat</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsInteger(int)">containsInteger</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsInteger(java.lang.Number)">containsInteger</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsLong(long)">containsLong</A>, <A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsLong(java.lang.Number)">containsLong</A></CODE></TD>
319 </TR>
320 </TABLE>
321 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
322 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
323 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
324 <TD><B>Methods inherited from class java.lang.Object</B></TD>
325 </TR>
326 <TR BGCOLOR="white" CLASS="TableRowColor">
327 <TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
328 </TR>
329 </TABLE>
330 &nbsp;
333 <!-- ============ FIELD DETAIL =========== -->
336 <!-- ========= CONSTRUCTOR DETAIL ======== -->
338 <A NAME="constructor_detail"><!-- --></A>
339 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
340 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
341 <TD COLSPAN=1><FONT SIZE="+2">
342 <B>Constructor Detail</B></FONT></TD>
343 </TR>
344 </TABLE>
346 <A NAME="DoubleRange(double)"><!-- --></A><H3>
347 DoubleRange</H3>
348 <PRE>
349 public <B>DoubleRange</B>(double&nbsp;number)</PRE>
350 <DL>
351 <DD><p>Constructs a new <code>DoubleRange</code> using the specified
352 number as both the minimum and maximum in this range.</p>
354 <DT><B>Parameters:</B><DD><CODE>number</CODE> - the number to use for this range
355 <DT><B>Throws:</B>
356 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the number is <code>NaN</code></DL>
357 <HR>
359 <A NAME="DoubleRange(java.lang.Number)"><!-- --></A><H3>
360 DoubleRange</H3>
361 <PRE>
362 public <B>DoubleRange</B>(java.lang.Number&nbsp;number)</PRE>
363 <DL>
364 <DD><p>Constructs a new <code>DoubleRange</code> using the specified
365 number as both the minimum and maximum in this range.</p>
367 <DT><B>Parameters:</B><DD><CODE>number</CODE> - the number to use for this range, must not
368 be <code>null</code>
369 <DT><B>Throws:</B>
370 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the number is <code>null</code>
371 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the number is <code>NaN</code></DL>
372 <HR>
374 <A NAME="DoubleRange(double, double)"><!-- --></A><H3>
375 DoubleRange</H3>
376 <PRE>
377 public <B>DoubleRange</B>(double&nbsp;number1,
378 double&nbsp;number2)</PRE>
379 <DL>
380 <DD><p>Constructs a new <code>DoubleRange</code> with the specified
381 minimum and maximum numbers (both inclusive).</p>
383 <p>The arguments may be passed in the order (min,max) or (max,min). The
384 getMinimum and getMaximum methods will return the correct values.</p>
386 <DT><B>Parameters:</B><DD><CODE>number1</CODE> - first number that defines the edge of the range, inclusive<DD><CODE>number2</CODE> - second number that defines the edge of the range, inclusive
387 <DT><B>Throws:</B>
388 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if either number is <code>NaN</code></DL>
389 <HR>
391 <A NAME="DoubleRange(java.lang.Number, java.lang.Number)"><!-- --></A><H3>
392 DoubleRange</H3>
393 <PRE>
394 public <B>DoubleRange</B>(java.lang.Number&nbsp;number1,
395 java.lang.Number&nbsp;number2)</PRE>
396 <DL>
397 <DD><p>Constructs a new <code>DoubleRange</code> with the specified
398 minimum and maximum numbers (both inclusive).</p>
400 <p>The arguments may be passed in the order (min,max) or (max,min). The
401 getMinimum and getMaximum methods will return the correct values.</p>
403 <DT><B>Parameters:</B><DD><CODE>number1</CODE> - first number that defines the edge of the range, inclusive<DD><CODE>number2</CODE> - second number that defines the edge of the range, inclusive
404 <DT><B>Throws:</B>
405 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if either number is <code>null</code>
406 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if either number is <code>NaN</code></DL>
408 <!-- ============ METHOD DETAIL ========== -->
410 <A NAME="method_detail"><!-- --></A>
411 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
412 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
413 <TD COLSPAN=1><FONT SIZE="+2">
414 <B>Method Detail</B></FONT></TD>
415 </TR>
416 </TABLE>
418 <A NAME="getMinimumNumber()"><!-- --></A><H3>
419 getMinimumNumber</H3>
420 <PRE>
421 public java.lang.Number <B>getMinimumNumber</B>()</PRE>
422 <DL>
423 <DD><p>Returns the minimum number in this range.</p>
425 <DD><DL>
426 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMinimumNumber()">getMinimumNumber</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
427 </DD>
428 <DD><DL>
430 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
431 </DD>
432 </DL>
433 <HR>
435 <A NAME="getMinimumLong()"><!-- --></A><H3>
436 getMinimumLong</H3>
437 <PRE>
438 public long <B>getMinimumLong</B>()</PRE>
439 <DL>
440 <DD><p>Gets the minimum number in this range as a <code>long</code>.</p>
442 <p>This conversion can lose information for large values or decimals.</p>
444 <DD><DL>
445 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMinimumLong()">getMinimumLong</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
446 </DD>
447 <DD><DL>
449 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
450 </DD>
451 </DL>
452 <HR>
454 <A NAME="getMinimumInteger()"><!-- --></A><H3>
455 getMinimumInteger</H3>
456 <PRE>
457 public int <B>getMinimumInteger</B>()</PRE>
458 <DL>
459 <DD><p>Gets the minimum number in this range as a <code>int</code>.</p>
461 <p>This conversion can lose information for large values or decimals.</p>
463 <DD><DL>
464 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMinimumInteger()">getMinimumInteger</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
465 </DD>
466 <DD><DL>
468 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
469 </DD>
470 </DL>
471 <HR>
473 <A NAME="getMinimumDouble()"><!-- --></A><H3>
474 getMinimumDouble</H3>
475 <PRE>
476 public double <B>getMinimumDouble</B>()</PRE>
477 <DL>
478 <DD><p>Gets the minimum number in this range as a <code>double</code>.</p>
480 <DD><DL>
481 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMinimumDouble()">getMinimumDouble</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
482 </DD>
483 <DD><DL>
485 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
486 </DD>
487 </DL>
488 <HR>
490 <A NAME="getMinimumFloat()"><!-- --></A><H3>
491 getMinimumFloat</H3>
492 <PRE>
493 public float <B>getMinimumFloat</B>()</PRE>
494 <DL>
495 <DD><p>Gets the minimum number in this range as a <code>float</code>.</p>
497 <p>This conversion can lose information for large values.</p>
499 <DD><DL>
500 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMinimumFloat()">getMinimumFloat</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
501 </DD>
502 <DD><DL>
504 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
505 </DD>
506 </DL>
507 <HR>
509 <A NAME="getMaximumNumber()"><!-- --></A><H3>
510 getMaximumNumber</H3>
511 <PRE>
512 public java.lang.Number <B>getMaximumNumber</B>()</PRE>
513 <DL>
514 <DD><p>Returns the maximum number in this range.</p>
516 <DD><DL>
517 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMaximumNumber()">getMaximumNumber</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
518 </DD>
519 <DD><DL>
521 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
522 </DD>
523 </DL>
524 <HR>
526 <A NAME="getMaximumLong()"><!-- --></A><H3>
527 getMaximumLong</H3>
528 <PRE>
529 public long <B>getMaximumLong</B>()</PRE>
530 <DL>
531 <DD><p>Gets the maximum number in this range as a <code>long</code>.</p>
533 <p>This conversion can lose information for large values or decimals.</p>
535 <DD><DL>
536 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMaximumLong()">getMaximumLong</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
537 </DD>
538 <DD><DL>
540 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
541 </DD>
542 </DL>
543 <HR>
545 <A NAME="getMaximumInteger()"><!-- --></A><H3>
546 getMaximumInteger</H3>
547 <PRE>
548 public int <B>getMaximumInteger</B>()</PRE>
549 <DL>
550 <DD><p>Gets the maximum number in this range as a <code>int</code>.</p>
552 <p>This conversion can lose information for large values or decimals.</p>
554 <DD><DL>
555 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMaximumInteger()">getMaximumInteger</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
556 </DD>
557 <DD><DL>
559 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
560 </DD>
561 </DL>
562 <HR>
564 <A NAME="getMaximumDouble()"><!-- --></A><H3>
565 getMaximumDouble</H3>
566 <PRE>
567 public double <B>getMaximumDouble</B>()</PRE>
568 <DL>
569 <DD><p>Gets the maximum number in this range as a <code>double</code>.</p>
571 <DD><DL>
572 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMaximumDouble()">getMaximumDouble</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
573 </DD>
574 <DD><DL>
576 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
577 </DD>
578 </DL>
579 <HR>
581 <A NAME="getMaximumFloat()"><!-- --></A><H3>
582 getMaximumFloat</H3>
583 <PRE>
584 public float <B>getMaximumFloat</B>()</PRE>
585 <DL>
586 <DD><p>Gets the maximum number in this range as a <code>float</code>.</p>
588 <p>This conversion can lose information for large values.</p>
590 <DD><DL>
591 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#getMaximumFloat()">getMaximumFloat</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
592 </DD>
593 <DD><DL>
595 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
596 </DD>
597 </DL>
598 <HR>
600 <A NAME="containsNumber(java.lang.Number)"><!-- --></A><H3>
601 containsNumber</H3>
602 <PRE>
603 public boolean <B>containsNumber</B>(java.lang.Number&nbsp;number)</PRE>
604 <DL>
605 <DD><p>Tests whether the specified <code>number</code> occurs within
606 this range using <code>double</code> comparison.</p>
608 <p><code>null</code> is handled and returns <code>false</code>.</p>
610 <DD><DL>
611 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsNumber(java.lang.Number)">containsNumber</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
612 </DD>
613 <DD><DL>
614 <DT><B>Parameters:</B><DD><CODE>number</CODE> - the number to test, may be <code>null</code>
615 <DT><B>Returns:</B><DD><code>true</code> if the specified number occurs within this range</DL>
616 </DD>
617 </DL>
618 <HR>
620 <A NAME="containsDouble(double)"><!-- --></A><H3>
621 containsDouble</H3>
622 <PRE>
623 public boolean <B>containsDouble</B>(double&nbsp;value)</PRE>
624 <DL>
625 <DD><p>Tests whether the specified <code>double</code> occurs within
626 this range using <code>double</code> comparison.</p>
628 <p>This implementation overrides the superclass for performance as it is
629 the most common case.</p>
631 <DD><DL>
632 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsDouble(double)">containsDouble</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
633 </DD>
634 <DD><DL>
635 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the double to test
636 <DT><B>Returns:</B><DD><code>true</code> if the specified number occurs within this
637 range by <code>double</code> comparison</DL>
638 </DD>
639 </DL>
640 <HR>
642 <A NAME="containsRange(org.apache.commons.lang.math.Range)"><!-- --></A><H3>
643 containsRange</H3>
644 <PRE>
645 public boolean <B>containsRange</B>(<A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A>&nbsp;range)</PRE>
646 <DL>
647 <DD><p>Tests whether the specified range occurs entirely within this range
648 using <code>double</code> comparison.</p>
650 <p><code>null</code> is handled and returns <code>false</code>.</p>
652 <DD><DL>
653 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#containsRange(org.apache.commons.lang.math.Range)">containsRange</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
654 </DD>
655 <DD><DL>
656 <DT><B>Parameters:</B><DD><CODE>range</CODE> - the range to test, may be <code>null</code>
657 <DT><B>Returns:</B><DD><code>true</code> if the specified range occurs entirely within this range
658 <DT><B>Throws:</B>
659 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the range is not of this type</DL>
660 </DD>
661 </DL>
662 <HR>
664 <A NAME="overlapsRange(org.apache.commons.lang.math.Range)"><!-- --></A><H3>
665 overlapsRange</H3>
666 <PRE>
667 public boolean <B>overlapsRange</B>(<A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A>&nbsp;range)</PRE>
668 <DL>
669 <DD><p>Tests whether the specified range overlaps with this range
670 using <code>double</code> comparison.</p>
672 <p><code>null</code> is handled and returns <code>false</code>.</p>
674 <DD><DL>
675 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#overlapsRange(org.apache.commons.lang.math.Range)">overlapsRange</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
676 </DD>
677 <DD><DL>
678 <DT><B>Parameters:</B><DD><CODE>range</CODE> - the range to test, may be <code>null</code>
679 <DT><B>Returns:</B><DD><code>true</code> if the specified range overlaps with this range</DL>
680 </DD>
681 </DL>
682 <HR>
684 <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
685 equals</H3>
686 <PRE>
687 public boolean <B>equals</B>(java.lang.Object&nbsp;obj)</PRE>
688 <DL>
689 <DD><p>Compares this range to another object to test if they are equal.</p>.
691 <p>To be equal, the class, minimum and maximum must be equal.</p>
693 <DD><DL>
694 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#equals(java.lang.Object)">equals</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
695 </DD>
696 <DD><DL>
697 <DT><B>Parameters:</B><DD><CODE>obj</CODE> - the reference object with which to compare
698 <DT><B>Returns:</B><DD><code>true</code> if this object is equal</DL>
699 </DD>
700 </DL>
701 <HR>
703 <A NAME="hashCode()"><!-- --></A><H3>
704 hashCode</H3>
705 <PRE>
706 public int <B>hashCode</B>()</PRE>
707 <DL>
708 <DD><p>Gets a hashCode for the range.</p>
710 <DD><DL>
711 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#hashCode()">hashCode</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
712 </DD>
713 <DD><DL>
715 <DT><B>Returns:</B><DD>a hash code value for this object</DL>
716 </DD>
717 </DL>
718 <HR>
720 <A NAME="toString()"><!-- --></A><H3>
721 toString</H3>
722 <PRE>
723 public java.lang.String <B>toString</B>()</PRE>
724 <DL>
725 <DD><p>Gets the range as a <code>String</code>.</p>
727 <p>The format of the String is 'Range[<i>min</i>,<i>max</i>]'.</p>
729 <DD><DL>
730 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../org/apache/commons/lang/math/Range.html" title="class in org.apache.commons.lang.math">Range</A></CODE></DL>
731 </DD>
732 <DD><DL>
734 <DT><B>Returns:</B><DD>the <code>String</code> representation of this range</DL>
735 </DD>
736 </DL>
737 <!-- ========= END OF CLASS DATA ========= -->
738 <HR>
741 <!-- ======= START OF BOTTOM NAVBAR ====== -->
742 <A NAME="navbar_bottom"><!-- --></A>
743 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
744 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
745 <TR>
746 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
747 <A NAME="navbar_bottom_firstrow"><!-- --></A>
748 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
749 <TR ALIGN="center" VALIGN="top">
750 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
751 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
752 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
753 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleRange.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
754 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
755 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
756 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
757 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
758 </TR>
759 </TABLE>
760 </TD>
761 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
762 </EM>
763 </TD>
764 </TR>
766 <TR>
767 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
768 &nbsp;PREV CLASS&nbsp;
769 &nbsp;<A HREF="../../../../../org/apache/commons/lang/math/FloatRange.html" title="class in org.apache.commons.lang.math"><B>NEXT CLASS</B></A></FONT></TD>
770 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
771 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
772 &nbsp;<A HREF="DoubleRange.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
773 &nbsp;<SCRIPT type="text/javascript">
774 <!--
775 if(window==top) {
776 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
778 //-->
779 </SCRIPT>
780 <NOSCRIPT>
781 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
782 </NOSCRIPT>
784 </FONT></TD>
785 </TR>
786 <TR>
787 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
788 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
789 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
790 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
791 </TR>
792 </TABLE>
793 <A NAME="skip-navbar_bottom"></A>
794 <!-- ======== END OF BOTTOM NAVBAR ======= -->
796 <HR>
797 Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
798 </BODY>
799 </HTML>