protected static class BasicTiledImageLayer.RequestTask extends java.lang.Object implements java.lang.Runnable, java.lang.Comparable<BasicTiledImageLayer.RequestTask>
| Modifier and Type | Field and Description |
|---|---|
protected BasicTiledImageLayer |
layer |
protected TextureTile |
tile |
| Modifier | Constructor and Description |
|---|---|
protected |
RequestTask(TextureTile tile,
BasicTiledImageLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BasicTiledImageLayer.RequestTask that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
run() |
java.lang.String |
toString() |
protected final BasicTiledImageLayer layer
protected final TextureTile tile
protected RequestTask(TextureTile tile, BasicTiledImageLayer layer)
public int compareTo(BasicTiledImageLayer.RequestTask that)
compareTo in interface java.lang.Comparable<BasicTiledImageLayer.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void run()
run in interface java.lang.Runnablepublic java.lang.String toString()
toString in class java.lang.Object