Uses of Class
types.collections.number.IntSet
Packages that use IntSet
-
Uses of IntSet in types.basic.tint
Methods in types.basic.tint that return IntSet -
Uses of IntSet in types.collections.number
Methods in types.collections.number that return IntSetModifier 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".