public class AbstractMapDisplay.QueueSorter extends java.lang.Object implements java.util.Comparator<Coordinate>
Constructor and Description |
---|
QueueSorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Coordinate c1,
Coordinate c2) |
void |
setCenter(Coordinate center) |
public void setCenter(Coordinate center)
public int compare(Coordinate c1, Coordinate c2)
compare
in interface java.util.Comparator<Coordinate>