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, setNextfinalize, getClass, notify, notifyAll, toString, wait, wait, waitclearHardReference, get, getData, hasHardReference, next, setData, setNextpublic 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 InterfaceEntryObjectstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.