This method of the IntRanges Class adds a range of a single integer to the IntRange object.
public synchronized void addSingleton(int n);
Throws SecurityException if there is an immutable key.
n | The integer range. For example, if n is 43, a range of 43-43 is added. |