Uses of Class
org.rspeer.commons.math.Range
-
Packages that use Range Package Description org.rspeer.commons.math org.rspeer.game.coord.shape org.rspeer.game.position.area -
-
Uses of Range in org.rspeer.commons.math
Methods in org.rspeer.commons.math that return Range Modifier and Type Method Description static RangeRange. of(int min, int max)static RangeRange. ordered(int a, int b) -
Uses of Range in org.rspeer.game.coord.shape
Methods in org.rspeer.game.coord.shape that return Range Modifier and Type Method Description RangeCoordArea. getXs()RangeCoordArea. getYs() -
Uses of Range in org.rspeer.game.position.area
Methods in org.rspeer.game.position.area that return Range Modifier and Type Method Description RangeDiscreetRectangularArea. getXs()Deprecated.RangeRectangularArea. getXs()Deprecated.RangeDiscreetRectangularArea. getYs()Deprecated.RangeRectangularArea. getYs()Deprecated.
-