-
Returns the value spans of "this" taking into account gaps.
-
IntSpanSet.add(int other)
------------------------- Set Operations --------------------------------
Returns the difference of "this" and "other".
Returns the difference of "this" and "other".
IntSpanSet.mul(int other)
IntSpanSet.scale(int width)
Return a new "IntSpanSet" with the lower and upper bounds scaled so
that the width is "width".
IntSpanSet.shift(int delta)
Return a new "IntSpanSet" with the lower and upper bounds shifted by
"delta".
Return a new "IntSpanSet" with the lower and upper bounds shifted by
"delta" and scaled so that the width is "width".
IntSpanSet.sub(int other)
Returns an intspanset that encompasses "this".
Returns a SpanSet that contains a Span for each element in "this".
Returns a SpanSet that contains a Span for each element in "this".
Returns the union of "this" and "other".
Returns the union of "this" and "other".