This method of the UnsignedIntRanges Class appends a string representation of the unsigned integer ranges to a given string buffer. The unsigned integers are represented in hexadecimal.
public StringBuffer appendToStringBuffer(StringBuffer sb);
Returns a string buffer containing the concatenated strings.
sb | The StringBuffer to append the set of unsigned integer range pairs to. |
appendToStringBuffer(StringBuffer) in IntRanges.