Uses of Class
types.collections.number.IntSpanSet
Packages that use IntSpanSet
-
Uses of IntSpanSet in types.basic.tint
Methods in types.basic.tint that return IntSpanSetModifier and TypeMethodDescriptiondefault IntSpanSet
TInt.value_spans()
Returns the value spans of "this" taking into account gaps. -
Uses of IntSpanSet in types.collections.number
Methods in types.collections.number that return IntSpanSetModifier and TypeMethodDescriptionIntSpanSet.add
(int other) IntSpanSet.intersection
(Object 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".IntSpanSet.shift_scale
(int delta, int width) 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) FloatSpanSet.to_intspanset()
Returns an intspanset that encompasses "this".IntSet.to_spanset()
Returns a SpanSet that contains a Span for each element in "this".IntSpan.to_spanset()
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".