-
public interface LruNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LruNodegetLruNext()LruNodegetLruPrev()voidsetLruNext(LruNode lruNext)voidsetLruPrev(LruNode lruPrev)
-
public interface LruNode
| Modifier and Type | Method | Description |
|---|---|---|
LruNode |
getLruNext() |
|
LruNode |
getLruPrev() |
|
void |
setLruNext(LruNode lruNext) |
|
void |
setLruPrev(LruNode lruPrev) |