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
| |
| |