Package | Description |
---|---|
org.apache.commons.lang |
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes. |
Modifier and Type | Method | Description |
---|---|---|
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-2018 - Apache Software Foundation