T
- the generic typepublic class MRUCacheEntry<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
T |
data
The data.
|
MRUCacheEntry<T> |
next
The next.
|
MRUCacheEntry<T> |
prev
The prev.
|
Constructor and Description |
---|
MRUCacheEntry(T node)
Creates a new instance
|
public final T data
public MRUCacheEntry<T> next
public MRUCacheEntry<T> prev
public MRUCacheEntry(T node)
node
- the node