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