protected static class PlaceNameLayer.RequestTask extends Object implements Runnable, Comparable<PlaceNameLayer.RequestTask>
Modifier and Type | Field and Description |
---|---|
protected PlaceNameLayer |
layer |
protected PlaceNameLayer.Tile |
tile |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaceNameLayer.RequestTask that) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
run() |
String |
toString() |
protected final PlaceNameLayer layer
protected final PlaceNameLayer.Tile tile
public int compareTo(PlaceNameLayer.RequestTask that)
compareTo
in interface Comparable<PlaceNameLayer.RequestTask>
that
- the task to comparethis
less than that
, 1 if greater than, 0 if equalIllegalArgumentException
- if that
is null