|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.memory.CacheEntry
public class CacheEntry
Field Summary | |
---|---|
java.lang.Object |
key
|
CacheEntry |
next
|
CacheEntryList |
owner
|
CacheEntry |
previous
|
java.lang.Object |
value
|
Constructor Summary | |
---|---|
CacheEntry(java.lang.Object key,
java.lang.Object value)
|
Method Summary | |
---|---|
boolean |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.Object key
public final java.lang.Object value
public CacheEntry next
public CacheEntry previous
public CacheEntryList owner
Constructor Detail |
---|
public CacheEntry(java.lang.Object key, java.lang.Object value)
Method Detail |
---|
public boolean remove()
entry
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |