public class MemoryElementDescriptor<K,V> extends DoubleLinkedListNode<ICacheElement<K,V>>
| Modifier and Type | Field and Description |
|---|---|
ICacheElement<K,V> |
ce
The CacheElement wrapped by this descriptor
|
next, prev| Constructor and Description |
|---|
MemoryElementDescriptor(ICacheElement<K,V> ce)
Constructs a usable MemoryElementDescriptor.
|
public final ICacheElement<K,V> ce
public MemoryElementDescriptor(ICacheElement<K,V> ce)
ce - Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.