The IncludeExcludeIntRanges Class contains the following methods:
combineSetRules combines two set rule objects.
compareSet compares the current IncludeExcludeIntRanges object with another.
compareSetRules compares two objects retrieved from getRule.
contains determines if n is a member of the set.
excludeRange excludes a range of integers in the set.
excludeRanges excludes a set of integers in the set.
getExcludedRanges retrieves the set of all excluded ranges.
getIncludedRanges retrieves the set of all included ranges.
getSetRule obtains an object representing the specified rule that can be used internally by SetComparer.
getStringForSetRule retrieves a String representation of a given set rule.
includeRange includes a range of integers in the set.
includeRanges includes a set of integers in the set.
intersectSetRules determines the intersection of two set rule objects.
invalidate ensures that the set is in a valid state.
isEmptySetRule determines if the set rule is empty or not.
toString retrieves a string representation of the object.
validate forces the next operation that requires the set to be valid to validate the set.