Uses of Class
ball.util.Coordinate
-
Packages that use Coordinate Package Description ball.util Seejava.util
. -
-
Uses of Coordinate in ball.util
Methods in ball.util that return Coordinate Modifier and Type Method Description Coordinate
CoordinateMap. firstKey()
Coordinate
CoordinateMap. getMax()
Coordinate
CoordinateMap. getMin()
Coordinate
CoordinateMap. lastKey()
Coordinate
Coordinate. translate(Coordinate ds)
Coordinate
Coordinate. translate(Number dy, Number dx)
Methods in ball.util that return types with arguments of type Coordinate Modifier and Type Method Description Comparator<? super Coordinate>
CoordinateMap. comparator()
protected SortedMap<Coordinate,V>
CoordinateMap. map()
static SortedSet<Coordinate>
Coordinate. range(int y0, int x0, int yN, int xN)
Static method to return aSortedSet
ofCoordinate
s specified by the parameters.static SortedSet<Coordinate>
Coordinate. range(Coordinate min, Coordinate max)
Static method to return aSortedSet
ofCoordinate
s specified by the parameters.Methods in ball.util with parameters of type Coordinate Modifier and Type Method Description int
Coordinate. compareTo(Coordinate that)
CoordinateMap<V>
CoordinateMap. headMap(Coordinate key)
boolean
CoordinateMap. includes(Coordinate coordinate)
V
CoordinateMap. put(Coordinate key, V value)
static SortedSet<Coordinate>
Coordinate. range(Coordinate min, Coordinate max)
Static method to return aSortedSet
ofCoordinate
s specified by the parameters.CoordinateMap<V>
CoordinateMap. subMap(Coordinate from, Coordinate to)
CoordinateMap<V>
CoordinateMap. tailMap(Coordinate key)
Coordinate
Coordinate. translate(Coordinate ds)
boolean
Coordinate. within(Coordinate min, Coordinate max)
-