This method of the UnsignedIntRanges Class adds a range of unsigned integers to the UnsignedIntRanges object.
public synchronized void addRange(int s, int e);
s | The lower limit of the range. |
e | The upper limit of the range. |
addRange(int,int) in IntRanges.