Uses of Class
types.collections.number.IntSet
-
Uses of IntSet in types.basic.tint
-
Uses of IntSet in types.collections.number
Modifier and TypeMethodDescriptionIntSet.intersection
(Object other) Returns the intersection of "this" and "other".Returns the difference of "this" and "other".IntSet.scale
(int width) Returns a new "IntSet" instance with all elements scaled to so that the encompassing span has width "width".IntSet.shift
(int delta) Returns a new "IntSet" instance with all elements shifted by "delta".IntSet.shift_scale
(int delta, int width) Returns a new "IntSet" instance with all elements shifted by "delta" and scaled to so that the encompassing span has width "width".FloatSet.to_intset()
Returns the union of "this" and "other".