This method of the IntRanges Class appends a string representation of the integer ranges to a given string buffer. Used by toString.
public StringBuffer appendToStringBuffer(StringBuffer sb);
Returns a string buffer containing the concatenated strings.
sb | The string buffer to append the set of integer range pairs to. |