org.apache.jcs.engine.memory.util
Class MemoryElementDescriptor<K extends Serializable,V extends Serializable>

java.lang.Object
  extended by org.apache.jcs.utils.struct.DoubleLinkedListNode<ICacheElement<K,V>>
      extended by org.apache.jcs.engine.memory.util.MemoryElementDescriptor<K,V>
All Implemented Interfaces:
Serializable

public class MemoryElementDescriptor<K extends Serializable,V extends Serializable>
extends DoubleLinkedListNode<ICacheElement<K,V>>

This wrapper is needed for double linked lists.

See Also:
Serialized Form

Field Summary
 ICacheElement<K,V> ce
          The CacheElement wrapped by this descriptor
 
Fields inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode
next, prev
 
Constructor Summary
MemoryElementDescriptor(ICacheElement<K,V> ce)
          Constructs a usable MemoryElementDescriptor.
 
Method Summary
 
Methods inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode
getPayload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ce

public ICacheElement<K extends Serializable,V extends Serializable> ce
The CacheElement wrapped by this descriptor

Constructor Detail

MemoryElementDescriptor

public MemoryElementDescriptor(ICacheElement<K,V> ce)
Constructs a usable MemoryElementDescriptor.

Parameters:
ce -


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.