Uses of Class
Range2
-
-
Uses of Range2 in <Unnamed>
Methods in <Unnamed> that return Range2 Modifier and Type Method Description Range2
Range2. removeAll(Range2 other)
Removes all of the values of another range from this range.Range2
Range2. setMaximum(int max)
Sets the maximum value of this range to the specified value.Range2
Range2. setMinimum(int min)
Sets the minimum value of this range to the specified value.Range2
Range2. slice(int value)
Removes all values greater thanvalue
from this range.Methods in <Unnamed> with parameters of type Range2 Modifier and Type Method Description boolean
Range2. contains(Range2 other)
Checks if another range is entirely inside of this range.Range2
Range2. removeAll(Range2 other)
Removes all of the values of another range from this range.
-