public class TileIndex
extends java.lang.Object
Constructor and Description |
---|
TileIndex() |
TileIndex(int level,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
TileIndex |
clone() |
int |
compareTo(TileIndex a) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getImageFileName() |
int |
hashCode() |
void |
readFields(java.io.DataInput in) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public int compareTo(TileIndex a)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public TileIndex clone()
clone
in class java.lang.Object
public java.lang.String getImageFileName()