This method of the IntRanges Class adds a range to the IntRange object.
public synchronized void addRange(int s, int e);
Throws SecurityException if there is an immutable key.
Throws IllegalArgumentException if the lower limit of the range is greater than the upper limit of the range.
s | The lower limit of the range. |
e | The upper limit of the range. |