protected static class PlaceNameLayer.RequestTask extends java.lang.Object implements java.lang.Runnable, java.lang.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(java.lang.Object o) |
int |
hashCode() |
void |
run() |
java.lang.String |
toString() |
protected final PlaceNameLayer layer
protected final PlaceNameLayer.Tile tile
public int compareTo(PlaceNameLayer.RequestTask that)
compareTo
in interface java.lang.Comparable<PlaceNameLayer.RequestTask>
that
- the task to comparethis
less than that
, 1 if greater than, 0 if equaljava.lang.IllegalArgumentException
- if that
is nullpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void run()
run
in interface java.lang.Runnable
public java.lang.String toString()
toString
in class java.lang.Object