| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.rendered |
| Modifier and Type | Class and Description |
|---|---|
class |
TileLRUMember
This is a useful class that wraps a Raster for patricipation in
an LRU Cache.
|
(package private) static class |
TileMap.TileMapLRUMember |
| Modifier and Type | Field and Description |
|---|---|
private LRUCache.LRUObj |
LRUCache.LRUNode.obj |
| Modifier and Type | Method and Description |
|---|---|
LRUCache.LRUObj |
LRUCache.LRUNode.getObj() |
| Modifier and Type | Method and Description |
|---|---|
void |
LRUCache.add(LRUCache.LRUObj obj) |
void |
LRUCache.remove(LRUCache.LRUObj obj) |
protected void |
LRUCache.LRUNode.setObj(LRUCache.LRUObj newObj) |
void |
LRUCache.touch(LRUCache.LRUObj obj) |