|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.gui.jmapviewer.MemoryTileCache.CacheEntry
protected static class MemoryTileCache.CacheEntry
Linked list element holding the Tile
and links to the
next
and prev
item in the list.
Field Summary | |
---|---|
(package private) MemoryTileCache.CacheEntry |
next
|
(package private) MemoryTileCache.CacheEntry |
prev
|
(package private) Tile |
tile
|
Constructor Summary | |
---|---|
protected |
MemoryTileCache.CacheEntry(Tile tile)
|
Method Summary | |
---|---|
MemoryTileCache.CacheEntry |
getNext()
|
MemoryTileCache.CacheEntry |
getPrev()
|
Tile |
getTile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Tile tile
MemoryTileCache.CacheEntry next
MemoryTileCache.CacheEntry prev
Constructor Detail |
---|
protected MemoryTileCache.CacheEntry(Tile tile)
Method Detail |
---|
public Tile getTile()
public MemoryTileCache.CacheEntry getNext()
public MemoryTileCache.CacheEntry getPrev()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |