Tests whether the specified int occurs within this range using int comparison.
This implementation overrides the superclass for performance as it is the most common case.
@param value the int to test @returntrue if the specified number occurs within thisrange by int comparison
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
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |