Uses of Class
org.apache.commons.lang.NumberRange

Packages that use NumberRange
org.apache.commons.lang Provides highly reusable static utility methods, chiefly concerned with adding value to java.lang and other standard core classes. 
 

Uses of NumberRange in org.apache.commons.lang
 

Methods in org.apache.commons.lang with parameters of type NumberRange
 boolean NumberRange.includesRange(NumberRange range)
          Deprecated. Tests whether the specified range occurs entirely within this range using double comparison.
 boolean NumberRange.overlaps(NumberRange range)
          Deprecated. Tests whether the specified range overlaps with this range using double comparison.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.