public interface LruNode
| Modifier and Type | Method and Description |
|---|---|
LruNode |
getLruNext() |
LruNode |
getLruPrev() |
void |
resetLruNode()
Set next and prev to
null. |
void |
setLruNext(LruNode lruNext) |
void |
setLruPrev(LruNode lruPrev) |
Copyright © 2012. All Rights Reserved.