jdbm.helper
Class CacheEntry
java.lang.Object
jdbm.helper.CacheEntry
class CacheEntry
- extends java.lang.Object
State information for cache entries.
Constructor Summary |
CacheEntry(java.lang.Object key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheEntry
CacheEntry(java.lang.Object key,
java.lang.Object value)
getKey
java.lang.Object getKey()
setKey
void setKey(java.lang.Object obj)
getValue
java.lang.Object getValue()
setValue
void setValue(java.lang.Object obj)
getPrevious
CacheEntry getPrevious()
setPrevious
void setPrevious(CacheEntry entry)
getNext
CacheEntry getNext()
setNext
void setNext(CacheEntry entry)
Cees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net