Uses of Class
Range3
-
-
Uses of Range3 in <Unnamed>
Methods in <Unnamed> that return Range3 Modifier and Type Method Description Range3
Range3. expandLeft()
Expands the width of this range by decreasing the minimum value of this range by 1 if possible.Range3
Range3. expandRight(int amount)
Expands the width of this range by increasing the maximum value of this range by the specified amount if possible.Methods in <Unnamed> with parameters of type Range3 Modifier and Type Method Description int
Range3. compareTo(Range3 other)
Compares this range to another range using the widths of the two ranges.
-