protected static class MemoryTileCache.CacheEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private MemoryTileCache.CacheEntry |
next |
private MemoryTileCache.CacheEntry |
prev |
private Tile |
tile |
Modifier | Constructor and Description |
---|---|
protected |
CacheEntry(Tile tile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private MemoryTileCache.CacheEntry next
private MemoryTileCache.CacheEntry prev
protected CacheEntry(Tile tile)
public java.lang.String toString()
toString
in class java.lang.Object