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