public class ResetableCacheEntryLong extends CacheEntryLong
Modifier and Type | Field and Description |
---|---|
int |
reset
The reset value
|
theKey
data, hardReference, hash, nextEntry
Constructor and Description |
---|
ResetableCacheEntryLong(long key,
int hashCode,
java.lang.Object referent,
InterfaceEntry next,
int readCheck)
The cache entry for objects with a long for a key.
|
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 ResetableCacheEntryLong(long key, int hashCode, java.lang.Object referent, InterfaceEntry next, int readCheck)
key
- the keyhashCode
- the hash numberreferent
- the object that we want to cachenext
- the next entryreadCheck
- the read checkstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.