public final class CacheEntryObject extends CacheEntry implements InterfaceEntryObject
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
theKey
Get the key
|
data, hardReference, hash, nextEntry
Constructor and Description |
---|
CacheEntryObject(java.lang.Object key,
int hashCode,
java.lang.Object referent,
InterfaceEntry next)
The cache entry with an object key
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
key()
the key
|
clearHardReference, equals, getData, hasHardReference, hashCode, next, setData, setNext
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clearHardReference, get, getData, hasHardReference, next, setData, setNext
public CacheEntryObject(java.lang.Object key, int hashCode, java.lang.Object referent, InterfaceEntry next)
key
- the object keyhashCode
- the hash codereferent
- the object to be stored.next
- the next entrypublic java.lang.Object key()
key
in interface InterfaceEntryObject
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.