Tests whether the specified Number occurs within this range using int comparison..
null is handled and returns false.
This implementation forwards to the {@link #containsInteger(int)} method.
@param value the integer to test, may benull
@return true if the specified number occurs within thisrange by int comparison
| |
| |