Tests whether the specified Number occurs within
this range.
The exact comparison implementation varies by subclass. It is
intended that an int specific subclass will compare using
int comparison.
null is handled and returns false.
Parameters: number - the number to test, may be nulltrue if the specified number occurs within this range throws: IllegalArgumentException - if the Number cannot be compared
Parameters: range - the range to test, may be nulltrue if the specified range occurs entirely withinthis range; otherwise, false throws: IllegalArgumentException - if the Range cannot be compared
Parameters: range - the range to test, may be nulltrue if the specified range overlaps with thisrange; otherwise, false throws: IllegalArgumentException - if the Range cannot be compared