protected static class BasicTiledImageLayer.RequestTask extends Object implements Runnable, 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(Object o) | 
| int | hashCode() | 
| void | run() | 
| 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 Comparable<BasicTiledImageLayer.RequestTask>that - the task to comparethis less than that, 1 if greater than, 0 if equalIllegalArgumentException - if that is null