org.apache.activemq.memory
Class CacheEntry
java.lang.Object
org.apache.activemq.memory.CacheEntry
public class CacheEntry
- extends Object
Method Summary |
boolean |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final Object key
value
public final Object value
next
public CacheEntry next
previous
public CacheEntry previous
owner
public CacheEntryList owner
CacheEntry
public CacheEntry(Object key,
Object value)
remove
public boolean remove()
- Parameters:
entry
-
- Returns:
- false if you are trying to remove the tail pointer.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.