a whole bunch of stuff
[ephemerata.git] / Toady / lib / commons-lang-2.4 / apidocs / org / apache / commons / lang / NumberRange.html
blobc1ecb65f18aff46492a924a51e74a4525b2ed750
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:47 PDT 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 NumberRange (Commons Lang 2.4 API)
9 </TITLE>
11 <META NAME="keywords" CONTENT="org.apache.commons.lang.NumberRange 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="NumberRange (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/NumberRange.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;<A HREF="../../../../org/apache/commons/lang/LocaleUtils.html" title="class in org.apache.commons.lang"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/apache/commons/lang/NumberUtils.html" title="class in org.apache.commons.lang"><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="NumberRange.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</FONT>
87 <BR>
88 Class NumberRange</H2>
89 <PRE>
90 java.lang.Object
91 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.lang.NumberRange</B>
92 </PRE>
93 <HR>
94 <B>Deprecated.</B>&nbsp;<I>Use one of the Range classes in org.apache.commons.lang.math.
95 Class will be removed in Commons Lang 3.0.</I>
96 <P>
97 <DL>
98 <DT>public final class <B>NumberRange</B><DT>extends java.lang.Object</DL>
101 <p>Represents a range of <CODE>Number</CODE> objects.</p>
103 <p>This class uses <code>double</code> comparisons. This means that it
104 is unsuitable for dealing with large <code>Long</code>, <code>BigDecimal</code>
105 or <code>BigInteger</code> numbers.</p>
109 <DL>
110 <DT><B>Since:</B></DT>
111 <DD>1.0</DD>
112 <DT><B>Version:</B></DT>
113 <DD>$Revision: 437554 $ $Date: 2006-08-27 23:21:41 -0700 (Sun, 27 Aug 2006) $</DD>
114 <DT><B>Author:</B></DT>
115 <DD><a href="mailto:chrise@esha.com">Christopher Elkins</a>, Stephen Colebourne</DD>
116 </DL>
117 <HR>
120 <!-- ======== NESTED CLASS SUMMARY ======== -->
123 <!-- =========== FIELD SUMMARY =========== -->
126 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
128 <A NAME="constructor_summary"><!-- --></A>
129 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
131 <TD COLSPAN=2><FONT SIZE="+2">
132 <B>Constructor Summary</B></FONT></TD>
133 </TR>
134 <TR BGCOLOR="white" CLASS="TableRowColor">
135 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#NumberRange(java.lang.Number)">NumberRange</A></B>(java.lang.Number&nbsp;num)</CODE>
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constructs a new <code>NumberRange</code> using
139 <code>number</code> as both the minimum and maximum in
140 this range.</TD>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#NumberRange(java.lang.Number, java.lang.Number)">NumberRange</A></B>(java.lang.Number&nbsp;min,
144 java.lang.Number&nbsp;max)</CODE>
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constructs a new <code>NumberRange</code> with the specified
148 minimum and maximum numbers.</TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <!-- ========== METHOD SUMMARY =========== -->
154 <A NAME="method_summary"><!-- --></A>
155 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
156 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
157 <TD COLSPAN=2><FONT SIZE="+2">
158 <B>Method Summary</B></FONT></TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;boolean</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;obj)</CODE>
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Indicates whether some other <code>Object</code> is
167 &quot;equal&quot; to this one.</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;java.lang.Number</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#getMaximum()">getMaximum</A></B>()</CODE>
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Returns the maximum number in this range.</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;java.lang.Number</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#getMinimum()">getMinimum</A></B>()</CODE>
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Returns the minimum number in this range.</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;int</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#hashCode()">hashCode</A></B>()</CODE>
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Returns a hash code value for this object.</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;boolean</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#includesNumber(java.lang.Number)">includesNumber</A></B>(java.lang.Number&nbsp;number)</CODE>
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Tests whether the specified <code>number</code> occurs within
200 this range using <code>double</code> comparison.</TD>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;boolean</CODE></FONT></TD>
205 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#includesRange(org.apache.commons.lang.NumberRange)">includesRange</A></B>(<A HREF="../../../../org/apache/commons/lang/NumberRange.html" title="class in org.apache.commons.lang">NumberRange</A>&nbsp;range)</CODE>
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Tests whether the specified range occurs entirely within this
209 range using <code>double</code> comparison.</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;boolean</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#overlaps(org.apache.commons.lang.NumberRange)">overlaps</A></B>(<A HREF="../../../../org/apache/commons/lang/NumberRange.html" title="class in org.apache.commons.lang">NumberRange</A>&nbsp;range)</CODE>
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Tests whether the specified range overlaps with this range
218 using <code>double</code> comparison.</TD>
219 </TR>
220 <TR BGCOLOR="white" CLASS="TableRowColor">
221 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
223 <TD><CODE><B><A HREF="../../../../org/apache/commons/lang/NumberRange.html#toString()">toString</A></B>()</CODE>
225 <BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Returns the string representation of this range.</TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TD><B>Methods inherited from class java.lang.Object</B></TD>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;
241 <!-- ============ FIELD DETAIL =========== -->
244 <!-- ========= CONSTRUCTOR DETAIL ======== -->
246 <A NAME="constructor_detail"><!-- --></A>
247 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
248 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
249 <TD COLSPAN=1><FONT SIZE="+2">
250 <B>Constructor Detail</B></FONT></TD>
251 </TR>
252 </TABLE>
254 <A NAME="NumberRange(java.lang.Number)"><!-- --></A><H3>
255 NumberRange</H3>
256 <PRE>
257 public <B>NumberRange</B>(java.lang.Number&nbsp;num)</PRE>
258 <DL>
259 <DD><B>Deprecated.</B>&nbsp;<DD><p>Constructs a new <code>NumberRange</code> using
260 <code>number</code> as both the minimum and maximum in
261 this range.</p>
263 <DT><B>Parameters:</B><DD><CODE>num</CODE> - the number to use for this range
264 <DT><B>Throws:</B>
265 <DD><CODE>java.lang.NullPointerException</CODE> - if the number is <code>null</code></DL>
266 <HR>
268 <A NAME="NumberRange(java.lang.Number, java.lang.Number)"><!-- --></A><H3>
269 NumberRange</H3>
270 <PRE>
271 public <B>NumberRange</B>(java.lang.Number&nbsp;min,
272 java.lang.Number&nbsp;max)</PRE>
273 <DL>
274 <DD><B>Deprecated.</B>&nbsp;<DD><p>Constructs a new <code>NumberRange</code> with the specified
275 minimum and maximum numbers.</p>
277 <p><em>If the maximum is less than the minimum, the range will be constructed
278 from the minimum value to the minimum value, not what you would expect!.</em></p>
280 <DT><B>Parameters:</B><DD><CODE>min</CODE> - the minimum number in this range<DD><CODE>max</CODE> - the maximum number in this range
281 <DT><B>Throws:</B>
282 <DD><CODE>java.lang.NullPointerException</CODE> - if either the minimum or maximum number is
283 <code>null</code></DL>
285 <!-- ============ METHOD DETAIL ========== -->
287 <A NAME="method_detail"><!-- --></A>
288 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
289 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
290 <TD COLSPAN=1><FONT SIZE="+2">
291 <B>Method Detail</B></FONT></TD>
292 </TR>
293 </TABLE>
295 <A NAME="getMinimum()"><!-- --></A><H3>
296 getMinimum</H3>
297 <PRE>
298 public java.lang.Number <B>getMinimum</B>()</PRE>
299 <DL>
300 <DD><B>Deprecated.</B>&nbsp;<DD><p>Returns the minimum number in this range.</p>
302 <DD><DL>
304 <DT><B>Returns:</B><DD>the minimum number in this range</DL>
305 </DD>
306 </DL>
307 <HR>
309 <A NAME="getMaximum()"><!-- --></A><H3>
310 getMaximum</H3>
311 <PRE>
312 public java.lang.Number <B>getMaximum</B>()</PRE>
313 <DL>
314 <DD><B>Deprecated.</B>&nbsp;<DD><p>Returns the maximum number in this range.</p>
316 <DD><DL>
318 <DT><B>Returns:</B><DD>the maximum number in this range</DL>
319 </DD>
320 </DL>
321 <HR>
323 <A NAME="includesNumber(java.lang.Number)"><!-- --></A><H3>
324 includesNumber</H3>
325 <PRE>
326 public boolean <B>includesNumber</B>(java.lang.Number&nbsp;number)</PRE>
327 <DL>
328 <DD><B>Deprecated.</B>&nbsp;<DD><p>Tests whether the specified <code>number</code> occurs within
329 this range using <code>double</code> comparison.</p>
331 <DD><DL>
332 <DT><B>Parameters:</B><DD><CODE>number</CODE> - the number to test
333 <DT><B>Returns:</B><DD><code>true</code> if the specified number occurs within this
334 range; otherwise, <code>false</code></DL>
335 </DD>
336 </DL>
337 <HR>
339 <A NAME="includesRange(org.apache.commons.lang.NumberRange)"><!-- --></A><H3>
340 includesRange</H3>
341 <PRE>
342 public boolean <B>includesRange</B>(<A HREF="../../../../org/apache/commons/lang/NumberRange.html" title="class in org.apache.commons.lang">NumberRange</A>&nbsp;range)</PRE>
343 <DL>
344 <DD><B>Deprecated.</B>&nbsp;<DD><p>Tests whether the specified range occurs entirely within this
345 range using <code>double</code> comparison.</p>
347 <DD><DL>
348 <DT><B>Parameters:</B><DD><CODE>range</CODE> - the range to test
349 <DT><B>Returns:</B><DD><code>true</code> if the specified range occurs entirely within
350 this range; otherwise, <code>false</code></DL>
351 </DD>
352 </DL>
353 <HR>
355 <A NAME="overlaps(org.apache.commons.lang.NumberRange)"><!-- --></A><H3>
356 overlaps</H3>
357 <PRE>
358 public boolean <B>overlaps</B>(<A HREF="../../../../org/apache/commons/lang/NumberRange.html" title="class in org.apache.commons.lang">NumberRange</A>&nbsp;range)</PRE>
359 <DL>
360 <DD><B>Deprecated.</B>&nbsp;<DD><p>Tests whether the specified range overlaps with this range
361 using <code>double</code> comparison.</p>
363 <DD><DL>
364 <DT><B>Parameters:</B><DD><CODE>range</CODE> - the range to test
365 <DT><B>Returns:</B><DD><code>true</code> if the specified range overlaps with this
366 range; otherwise, <code>false</code></DL>
367 </DD>
368 </DL>
369 <HR>
371 <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
372 equals</H3>
373 <PRE>
374 public boolean <B>equals</B>(java.lang.Object&nbsp;obj)</PRE>
375 <DL>
376 <DD><B>Deprecated.</B>&nbsp;<DD><p>Indicates whether some other <code>Object</code> is
377 &quot;equal&quot; to this one.</p>
379 <DD><DL>
380 <DT><B>Parameters:</B><DD><CODE>obj</CODE> - the reference object with which to compare
381 <DT><B>Returns:</B><DD><code>true</code> if this object is the same as the obj
382 argument; <code>false</code> otherwise</DL>
383 </DD>
384 </DL>
385 <HR>
387 <A NAME="hashCode()"><!-- --></A><H3>
388 hashCode</H3>
389 <PRE>
390 public int <B>hashCode</B>()</PRE>
391 <DL>
392 <DD><B>Deprecated.</B>&nbsp;<DD><p>Returns a hash code value for this object.</p>
394 <DD><DL>
396 <DT><B>Returns:</B><DD>a hash code value for this object</DL>
397 </DD>
398 </DL>
399 <HR>
401 <A NAME="toString()"><!-- --></A><H3>
402 toString</H3>
403 <PRE>
404 public java.lang.String <B>toString</B>()</PRE>
405 <DL>
406 <DD><B>Deprecated.</B>&nbsp;<DD><p>Returns the string representation of this range.</p>
408 <p>This string is the string representation of the minimum and
409 maximum numbers in the range, separated by a hyphen. If a number
410 is negative, then it is enclosed in parentheses.</p>
412 <DD><DL>
414 <DT><B>Returns:</B><DD>the string representation of this range</DL>
415 </DD>
416 </DL>
417 <!-- ========= END OF CLASS DATA ========= -->
418 <HR>
421 <!-- ======= START OF BOTTOM NAVBAR ====== -->
422 <A NAME="navbar_bottom"><!-- --></A>
423 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
424 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
425 <TR>
426 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
427 <A NAME="navbar_bottom_firstrow"><!-- --></A>
428 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
429 <TR ALIGN="center" VALIGN="top">
430 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
432 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NumberRange.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
435 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
438 </TR>
439 </TABLE>
440 </TD>
441 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
442 </EM>
443 </TD>
444 </TR>
446 <TR>
447 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
448 &nbsp;<A HREF="../../../../org/apache/commons/lang/LocaleUtils.html" title="class in org.apache.commons.lang"><B>PREV CLASS</B></A>&nbsp;
449 &nbsp;<A HREF="../../../../org/apache/commons/lang/NumberUtils.html" title="class in org.apache.commons.lang"><B>NEXT CLASS</B></A></FONT></TD>
450 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
451 <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
452 &nbsp;<A HREF="NumberRange.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
453 &nbsp;<SCRIPT type="text/javascript">
454 <!--
455 if(window==top) {
456 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
458 //-->
459 </SCRIPT>
460 <NOSCRIPT>
461 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
462 </NOSCRIPT>
464 </FONT></TD>
465 </TR>
466 <TR>
467 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
468 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
469 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
470 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
471 </TR>
472 </TABLE>
473 <A NAME="skip-navbar_bottom"></A>
474 <!-- ======== END OF BOTTOM NAVBAR ======= -->
476 <HR>
477 Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
478 </BODY>
479 </HTML>