| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.rendered |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TileLRUMember |
This is a useful class that wraps a Raster for patricipation in
an LRU Cache.
|
| Modifier and Type | Method | Description |
|---|---|---|
LRUCache.LRUObj |
LRUCache.LRUNode.getObj() |
| Modifier and Type | Method | 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) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.